diff options
-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 |