git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1297
370017ae-e619-0410-ac65-
c121f96126d4
###################################################
## 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
--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