From 4562526e6c21fe1da727cdbf78f8869e2f1b4436 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 26 Sep 2012 11:24:01 +0100 Subject: Remove extraneous comma from elsewhere --- subversion-tarball.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subversion-tarball.morph b/subversion-tarball.morph index ae73dd0..9109eeb 100644 --- a/subversion-tarball.morph +++ b/subversion-tarball.morph @@ -7,7 +7,7 @@ "./configure --prefix=\"$PREFIX\" --without-berkeley-db" ], "build-commands": [ - "make", + "make" ], "install-commands": [ "make install DESTDIR=\"$DESTDIR\"", @@ -15,4 +15,4 @@ "make swig-pl", "make install-swig-pl DESTDIR=\"$DESTDIR\"" ] -} +} \ No newline at end of file -- cgit v1.2.1