summaryrefslogtreecommitdiffstats
path: root/source/l/libatasmart/libatasmart.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libatasmart/libatasmart.SlackBuild')
-rwxr-xr-xsource/l/libatasmart/libatasmart.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libatasmart/libatasmart.SlackBuild b/source/l/libatasmart/libatasmart.SlackBuild
index 2c052c903..b9e26d149 100755
--- a/source/l/libatasmart/libatasmart.SlackBuild
+++ b/source/l/libatasmart/libatasmart.SlackBuild
@@ -30,7 +30,7 @@ PKGNAM=libatasmart
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-3}
-NUMJOBS=${NUMJOBS:--j7}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )