summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/build_installer.sh2
2 files changed, 4 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 16dda110c..7e28004cf 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Sat Nov 30 21:01:01 UTC 2019
+ Use $NUMJOBS with busybox make install.
++--------------------------+
Wed Aug 21 18:57:50 UTC 2019
Properly install libcryptsetup since it has moved under /usr.
Thanks to formalist for the bug report.
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 0330a196e..30c289b8b 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -659,7 +659,7 @@ install -m644 $BUSYBOXCFG .config
make $SILENTMAKE $NUMJOBS CFLAGS="$SLKCFLAGS" || exit 1
# Install into package framework:
-make $SILENTMAKE install || exit 1
+make $SILENTMAKE $NUMJOBS install || exit 1
cd _install
# Since Slackware 's installer uses the 'date' from coreutils, and 'zcat'