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 819c5b443..b81fb8d36 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Thu Oct 13 12:29:18 UTC 2022
+ Moved libpcre2 from /usr/lib(64) to /lib(64). Thanks to Stuart Winter.
++--------------------------+
Mon Sep 26 14:43:44 UTC 2022
/sbin/probe: Fix duplicated enumeration of mmc storage devices (e.g. SD cards).
Thanks to gsl on LQ for the report.
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 8ba9ff77d..0ded4adb1 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -1296,6 +1296,7 @@ cp -fa${VERBOSE1} \
libmount.so* \
libnsl.so* \
libpam*.so* \
+ libpcre2-8.so* \
libpopt*.so* \
libsmartcols.so* \
libssl*so* \
@@ -1321,7 +1322,6 @@ cp -fa${VERBOSE1} \
liblz4.so* \
liblzo*.so* \
libparted*so* \
- libpcre2-8.so* \
libreadline*.so* \
libstdc++*.so* \
libunistring*.so* \