diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-03-17 12:33:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:17 +0700 |
commit | 151e23df0e22d5753dd25a5dbca54f78bc5984a6 (patch) | |
tree | c4fca0b7c410fe168aa6b0813e52da0dbe7ce579 /system/slpkg/slpkg.SlackBuild | |
parent | 766ebf94ace967423f0ec80fc0e155ac24a0feaa (diff) |
system/slpkg: Updated for version 4.6.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slpkg/slpkg.SlackBuild')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 6f6f0e9268d84..85c1ec2271c02 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-4.5.8} +VERSION=${VERSION:-4.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,6 +83,7 @@ python3 setup.py install --root=$PKG mkdir -p $PKG/usr/sbin cp bin/slpkg $PKG/usr/sbin/slpkg +cp bin/slpkg_new-configs $PKG/usr/sbin/slpkg_new-configs find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |