summaryrefslogtreecommitdiffstats
path: root/source/n/iftop/iftop.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/iftop/iftop.SlackBuild')
-rwxr-xr-xsource/n/iftop/iftop.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/iftop/iftop.SlackBuild b/source/n/iftop/iftop.SlackBuild
index c66a9a63d..ccf6820ee 100755
--- a/source/n/iftop/iftop.SlackBuild
+++ b/source/n/iftop/iftop.SlackBuild
@@ -44,7 +44,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
-NUMJOBS=${NUMJOBS:-" -j7 "}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
TMP=${TMP:-/tmp}
PKG=$TMP/package-${PKGNAM}