diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 4 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 4142dae59..30b51134f 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,7 @@ +Mon Sep 12 18:09:41 UTC 2022 + Removed pcre, added pcre2. Needed for GNU grep. + Thanks to EdGr. ++--------------------------+ Tue Sep 6 18:34:42 UTC 2022 rc.pcmcia: change fgrep to grep -F. /sbin/probe: change egrep to grep -E. diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 44d613cf9..8ba9ff77d 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -974,7 +974,7 @@ l/libusb \ l/lz4 \ l/lzo \ l/parted \ -l/pcre \ +l/pcre2 \ l/popt \ l/readline \ l/zlib \ @@ -1296,7 +1296,6 @@ cp -fa${VERBOSE1} \ libmount.so* \ libnsl.so* \ libpam*.so* \ - libpcre.so* \ libpopt*.so* \ libsmartcols.so* \ libssl*so* \ @@ -1322,6 +1321,7 @@ cp -fa${VERBOSE1} \ liblz4.so* \ liblzo*.so* \ libparted*so* \ + libpcre2-8.so* \ libreadline*.so* \ libstdc++*.so* \ libunistring*.so* \ |