summaryrefslogtreecommitdiffstats
path: root/source/a/gptfdisk/gptfdisk.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/gptfdisk/gptfdisk.SlackBuild')
-rwxr-xr-xsource/a/gptfdisk/gptfdisk.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/gptfdisk/gptfdisk.SlackBuild b/source/a/gptfdisk/gptfdisk.SlackBuild
index d5708fc08..9afdb2dae 100755
--- a/source/a/gptfdisk/gptfdisk.SlackBuild
+++ b/source/a/gptfdisk/gptfdisk.SlackBuild
@@ -45,7 +45,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
-NUMJOBS=${NUMJOBS:-" -j7 "}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"