diff options
author | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2012-09-26 11:24:01 +0100 |
---|---|---|
committer | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2012-09-26 11:24:01 +0100 |
commit | 4562526e6c21fe1da727cdbf78f8869e2f1b4436 (patch) | |
tree | 782f3fe713ecf5c864479d2c55df43cff127d407 | |
parent | b3377b591bb4c4f4e2ed2389c0ea0288edf3d2ae (diff) | |
download | subversion-tarball-4562526e6c21fe1da727cdbf78f8869e2f1b4436.tar.gz |
Remove extraneous comma from elsewhere
-rw-r--r-- | subversion-tarball.morph | 4 |
1 files 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 |