summaryrefslogtreecommitdiffstats
path: root/source/a/gettext/gettext-tools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/gettext/gettext-tools.SlackBuild')
-rwxr-xr-xsource/a/gettext/gettext-tools.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/gettext/gettext-tools.SlackBuild b/source/a/gettext/gettext-tools.SlackBuild
index 6cf4e15f5..aa8bc699a 100755
--- a/source/a/gettext/gettext-tools.SlackBuild
+++ b/source/a/gettext/gettext-tools.SlackBuild
@@ -26,7 +26,7 @@ PKGNAM=gettext-tools
VERSION=0.19.8.1
BUILD=${BUILD:-5}
-NUMJOBS=${NUMJOBS:-" -j6 "}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then