From 612c005e89ef101c4495f3d9db2f3d01aafd7ef3 Mon Sep 17 00:00:00 2001 From: luis Date: Wed, 25 Jul 2007 07:58:39 +0000 Subject: generic.SlackBuild v0.8.5 git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1297 370017ae-e619-0410-ac65-c121f96126d4 --- others/generic/generic.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/others/generic/generic.SlackBuild b/others/generic/generic.SlackBuild index 8baa4288..b75bb8a4 100755 --- a/others/generic/generic.SlackBuild +++ b/others/generic/generic.SlackBuild @@ -1,7 +1,7 @@ ################################################### ## Generic template for SlackBuilds ## -## Version 0.8.4 - Luis ( luis at riseup d0t net) +## Version 0.8.5 - Luis ( luis at riseup d0t net) ## ################################################### #!/bin/bash @@ -137,7 +137,7 @@ CFLAGS="$SLKCFLAGS" \ --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF # Compile -make "$NUMJOBS" || exit $ERROR_MAKE +make $NUMJOBS || exit $ERROR_MAKE # Install make install DESTDIR="$PKG" || exit $ERROR_INSTALL -- cgit v1.2.3