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