diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-04-07 21:40:22 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-08 09:16:32 +0700 |
commit | 005dd6ed2a63e6b41d4c6b5d3f1675ca22a155ce (patch) | |
tree | f24b73bff1f4b6e634ae2b8e03d420c10fdf6bfe /system/slpkg/slpkg.SlackBuild | |
parent | ed675998805e27789f1266a8f6583fbb306a529e (diff) |
system/slpkg: Updated for version 4.7.6.
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 85c1ec2271c02..11cb7eb751a09 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.6.1} +VERSION=${VERSION:-4.7.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -90,6 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/etc/slpkg install -D -m0644 configs/slpkg.toml $PKG/etc/slpkg/slpkg.toml.new +install -D -m0644 configs/repositories.toml $PKG/etc/slpkg/repositories.toml.new install -D -m0644 configs/blacklist.toml $PKG/etc/slpkg/blacklist.toml.new mkdir -p $PKG/var/lib/$PRGNAM/repositories/ponce |