summaryrefslogtreecommitdiffstats
path: root/source/ap/xfsdump/xfsdump.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/xfsdump/xfsdump.SlackBuild')
-rwxr-xr-xsource/ap/xfsdump/xfsdump.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ap/xfsdump/xfsdump.SlackBuild b/source/ap/xfsdump/xfsdump.SlackBuild
index b222639d0..e633688a3 100755
--- a/source/ap/xfsdump/xfsdump.SlackBuild
+++ b/source/ap/xfsdump/xfsdump.SlackBuild
@@ -26,7 +26,7 @@ PKGNAM=xfsdump
VERSION=${VERSION:-$(echo xfsdump-*.tar.?z | 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