summaryrefslogtreecommitdiffstats
path: root/source/installer/build_installer.sh
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-07-29 18:32:35 +0000
committer Eric Hameleers <alien@slackware.com>2024-07-29 20:58:51 +0200
commit4147fdd758d2c3242e874ffece9f445bc0388127 (patch)
tree03eb0a3a052f48e742076d239dcdb635e0ce9042 /source/installer/build_installer.sh
parent0d071ad0ee557ed283f9fc4c6ed8505dda39ef88 (diff)
downloadcurrent-4147fdd758d2c3242e874ffece9f445bc0388127.tar.gz
current-4147fdd758d2c3242e874ffece9f445bc0388127.tar.xz
Mon Jul 29 18:32:35 UTC 202420240729183235
a/sysklogd-2.6.1-x86_64-1.txz: Upgraded. d/python-pip-24.2-x86_64-1.txz: Upgraded. d/python-setuptools-72.1.0-x86_64-1.txz: Upgraded. n/links-2.30-x86_64-1.txz: Upgraded. x/libX11-1.8.10-x86_64-1.txz: Upgraded. x/xinput_calibrator-0.8.0-x86_64-1.txz: Added.
Diffstat (limited to 'source/installer/build_installer.sh')
-rwxr-xr-xsource/installer/build_installer.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 4eede4949..b217c48c8 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -751,6 +751,9 @@ make $SILENTMAKE $NUMJOBS PROGRAMS="$PROGS" MULTI="1" SCPPROGRESS="1" || exit 1
# Install into installer's filesystem:
make $SILENTMAKE DESTDIR=$PKG/$ARCH-installer-filesystem/ MULTI="1" install || exit 1
+# Compress manpage:
+gzip -9 $PKG/$ARCH-installer-filesystem/usr/man/man8/dropbear.8
+
# Link binaries to dropbearmulti since the 'make install' does not do that
# if we build a multicall binary
( cd $PKG/$ARCH-installer-filesystem/bin
@@ -966,6 +969,7 @@ a/inih \
a/jfsutils \
a/kbd \
a/kmod \
+a/less \
a/lvm2 \
a/lzip \
a/lzlib \
@@ -1091,6 +1095,7 @@ cp --remove-destination -fa${VERBOSE1} ${EXTRA_PKGS_USRBIN} \
bash \
ddrescue \
ldd \
+ less \
loadkeys \
lzip \
neofetch \
@@ -2281,6 +2286,7 @@ if [ -d usr/man ]; then
for manpage in \
man8/bcachefs.8.bz2 \
man8/cfdisk.8.bz2 \
+ man8/dropbear.8.bz2 \
man8/fdisk.8.bz2 \
man8/gdisk.8.bz2 \
man8/partprobe.8.bz2 \