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