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