diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index c680f141..de91c0c4 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Tue Jun 14 08:08:08 UTC 2022 + Added liblz4 for fsck.f2fs. Thanks to Brent Earl. ++--------------------------+ Mon Feb 7 19:03:07 UTC 2022 Add a /usr/bin/dbclient symlink. Thanks to alienBOB. +--------------------------+ diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 3aeb5574..14856a42 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -3,7 +3,7 @@ set +o posix # $Id: build_installer.sh,v 1.129 2011/04/13 23:03:07 eha Exp eha $ # -# Copyright 2005-2021 Stuart Winter, Surrey, England, UK +# Copyright 2005-2022 Stuart Winter, Surrey, England, UK # Copyright 2008, 2009, 2010, 2011, 2017 Eric Hameleers, Eindhoven, Netherlands # Copyright 2011-2020 Patrick Volkerding, Sebeka, MN, USA # All rights reserved. @@ -970,6 +970,7 @@ l/libidn2 \ l/libnsl \ l/libunistring \ l/libusb \ +l/lz4 \ l/lzo \ l/parted \ l/pcre \ @@ -1316,6 +1317,7 @@ cp -fa${VERBOSE1} \ libidn2*.so* \ libjson-c.so* \ liblz.so* \ + liblz4.so* \ liblzo*.so* \ libparted*so* \ libreadline*.so* \ |