summaryrefslogtreecommitdiffstats
path: root/source/d/rcs
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/rcs')
-rwxr-xr-xsource/d/rcs/rcs.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/rcs/rcs.SlackBuild b/source/d/rcs/rcs.SlackBuild
index d0bc509e8..e89d96740 100755
--- a/source/d/rcs/rcs.SlackBuild
+++ b/source/d/rcs/rcs.SlackBuild
@@ -45,7 +45,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
-NUMJOBS=${NUMJOBS:-" -j7 "}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
if [ "$ARCH" = "i386" ]; then
SLKCFLAGS="-O2 -march=i386 -mcpu=i686"