diff options
Diffstat (limited to 'source/a/isapnptools/isapnptools.SlackBuild')
-rwxr-xr-x | source/a/isapnptools/isapnptools.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/isapnptools/isapnptools.SlackBuild b/source/a/isapnptools/isapnptools.SlackBuild index 90db30ef..e2fffda1 100755 --- a/source/a/isapnptools/isapnptools.SlackBuild +++ b/source/a/isapnptools/isapnptools.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=isapnptools VERSION=${VERSION:-1.27} BUILD=${BUILD:-2} -NUMJOBS=${NUMJOBS:-" -j7 "} +NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |