diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/installer/ChangeLog.txt | 4 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 4 | ||||
-rwxr-xr-x | source/l/grantlee/grantlee.SlackBuild | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 4142dae5..30b51134 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 44d613cf..8ba9ff77 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* \ diff --git a/source/l/grantlee/grantlee.SlackBuild b/source/l/grantlee/grantlee.SlackBuild index 031817c7..83899e85 100755 --- a/source/l/grantlee/grantlee.SlackBuild +++ b/source/l/grantlee/grantlee.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=grantlee VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |