summaryrefslogtreecommitdiffstats
path: root/system/slpkg/slpkg.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2022-10-05 19:53:48 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-08 09:12:56 +0700
commit21ad8d6e17dfa4bf52e591f103b4523224c68443 (patch)
tree3fa4b0d026770624500c64ce91debc8572591987 /system/slpkg/slpkg.SlackBuild
parent4b008ba36333889304a1fe81a49c265cb88946af (diff)
downloadslackbuilds-21ad8d6e17dfa4bf52e591f103b4523224c68443.tar.gz
slackbuilds-21ad8d6e17dfa4bf52e591f103b4523224c68443.tar.xz
system/slpkg: Updated for version 4.1.7.
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.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 73e37f9d5e..b1f18343b5 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.1.4}
+VERSION=${VERSION:-4.1.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,9 +87,9 @@ cp bin/slpkg $PKG/usr/sbin/slpkg
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
-mkdir -p $PKG/etc/slpkg
-install -D -m0644 configs/slpkg.yaml $PKG/etc/slpkg/slpkg.yaml.new
-install -D -m0644 configs/blacklist.yaml $PKG/etc/slpkg/blacklist.yaml.new
+mkdir -p $PKG/etc/slpkg $PKG/var/lib/$PRGNAM/database $PKG/var/lib/$PRGNAM/repository
+install -D -m0644 configs/slpkg.yml $PKG/etc/slpkg/slpkg.yml.new
+install -D -m0644 configs/blacklist.yml $PKG/etc/slpkg/blacklist.yml.new
mkdir -p $PKG/usr/man/man1
cp man/slpkg.1 $PKG/usr/man/man1