summaryrefslogtreecommitdiffstats
path: root/source/n/mutt/mutt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/mutt/mutt.SlackBuild')
-rwxr-xr-xsource/n/mutt/mutt.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/mutt/mutt.SlackBuild b/source/n/mutt/mutt.SlackBuild
index 7abde88cc..01293eb8c 100755
--- a/source/n/mutt/mutt.SlackBuild
+++ b/source/n/mutt/mutt.SlackBuild
@@ -44,7 +44,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
fi
TMP=${TMP:-/tmp}
-NUMJOBS=${NUMJOBS:-" -j7 "}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mcpu=i686"