diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/file/file.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/postfix/postfix.SlackBuild | 2 | ||||
-rw-r--r-- | source/x/x11/build/twm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/a/file/file.SlackBuild b/source/a/file/file.SlackBuild index fa6a4f6d..2554d14b 100755 --- a/source/a/file/file.SlackBuild +++ b/source/a/file/file.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=file VERSION=${VERSION:-$(echo file-*.tar.?z* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/n/postfix/postfix.SlackBuild b/source/n/postfix/postfix.SlackBuild index d56ec188..b3cbf888 100755 --- a/source/n/postfix/postfix.SlackBuild +++ b/source/n/postfix/postfix.SlackBuild @@ -172,7 +172,7 @@ make $NUMJOBS makefiles dynamicmaps=yes pie=yes shared=yes \ mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION ln -s $PKGNAM-$VERSION $PKG/usr/doc/$PKGNAM -make non-interactive-package \ +make $NUMJOBS non-interactive-package \ install_root=$PKG \ tempdir=$TMP/$PKGNAM-temp \ sample_directory=no || exit 1 diff --git a/source/x/x11/build/twm b/source/x/x11/build/twm index 0cfbf088..d00491fd 100644 --- a/source/x/x11/build/twm +++ b/source/x/x11/build/twm @@ -1 +1 @@ -2 +1 |