summaryrefslogtreecommitdiffstats
path: root/system/slpkg/slpkg.SlackBuild
diff options
context:
space:
mode:
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
commit151e23df0e22d5753dd25a5dbca54f78bc5984a6 (patch)
treec4fca0b7c410fe168aa6b0813e52da0dbe7ce579 /system/slpkg/slpkg.SlackBuild
parent766ebf94ace967423f0ec80fc0e155ac24a0feaa (diff)
downloadslackbuilds-151e23df0e22d5753dd25a5dbca54f78bc5984a6.tar.gz
slackbuilds-151e23df0e22d5753dd25a5dbca54f78bc5984a6.tar.xz
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.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 6f6f0e9268..85c1ec2271 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