summaryrefslogtreecommitdiffstats
path: root/source/l/mozjs115/mozjs115.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/mozjs115/mozjs115.SlackBuild')
-rwxr-xr-xsource/l/mozjs115/mozjs115.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/l/mozjs115/mozjs115.SlackBuild b/source/l/mozjs115/mozjs115.SlackBuild
index f6a794aa4..21751f2a0 100755
--- a/source/l/mozjs115/mozjs115.SlackBuild
+++ b/source/l/mozjs115/mozjs115.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozjs115
SRCNAME=firefox
VERSION=$(basename $(ls $SRCNAME-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev) .source)
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -46,6 +46,9 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
+# This will collide with a Firefox build that happens simultaneously.
+# Therefore, for use with make_world.sh, REQUIRE_GLOBAL_LOCK.
+
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
TMP=${TMP:-/tmp}