diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-08-21 19:21:45 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-08-22 08:59:48 +0200 |
commit | d08d55a70cebe3070e0f030fe926f806c7be142e (patch) | |
tree | 61c68dfec9c94e63f96ec891e431403105234893 /source/installer/build_installer.sh | |
parent | a6248408ec85d7f4202e3ffd604528dac2a2a8fb (diff) | |
download | current-d08d55a70cebe3070e0f030fe926f806c7be142e.tar.gz |
Wed Aug 21 19:21:45 UTC 201920190821192145
a/acpid-2.0.32-x86_64-1.txz: Upgraded.
l/tdb-1.4.2-x86_64-1.txz: Upgraded.
n/libnftnl-1.1.4-x86_64-1.txz: Upgraded.
n/nftables-0.9.2-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
Fixed missing libcryptsetup. Thanks to formalist.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Fixed missing libcryptsetup. Thanks to formalist.
Diffstat (limited to 'source/installer/build_installer.sh')
-rwxr-xr-x | source/installer/build_installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index b4537005..0330a196 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -1103,7 +1103,6 @@ cp -fa${VERBOSE1} \ libblkid*so* \ libcap*so* \ libcrypto*so* \ - libcryptsetup*.so* \ libdevmapper*so* \ libf2fs.so* \ libfdisk.so* \ @@ -1128,6 +1127,7 @@ cp -fa${VERBOSE1} \ cd $TMP/extract-packages/usr/lib${LIBDIRSUFFIX} cp -fa${VERBOSE1} \ libargon2.so* \ + libcryptsetup*.so* \ libefiboot.so* \ libefivar.so* \ libgcc*.so* \ |