summaryrefslogtreecommitdiffstats
path: root/source/n/nfacct/nfacct.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/nfacct/nfacct.SlackBuild')
-rwxr-xr-xsource/n/nfacct/nfacct.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/nfacct/nfacct.SlackBuild b/source/n/nfacct/nfacct.SlackBuild
index b7c41ff03..3541de817 100755
--- a/source/n/nfacct/nfacct.SlackBuild
+++ b/source/n/nfacct/nfacct.SlackBuild
@@ -28,7 +28,7 @@ PKGNAM=nfacct
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-2}
-NUMJOBS=${NUMJOBS:-" -j7 "}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then