summaryrefslogtreecommitdiffstats
path: root/system/slpkg/slpkg.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2023-01-27 20:39:26 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-28 08:23:11 +0700
commitf64618bd2229c4b5e97a6c22a750ea56f74edce3 (patch)
tree7e6ae49e28ddda9a7d7995a55ce9797c2991dc1c /system/slpkg/slpkg.SlackBuild
parent743e3fdaa6ba1be8682445fc0c9c702504e4c0ca (diff)
downloadslackbuilds-f64618bd2229c4b5e97a6c22a750ea56f74edce3.tar.gz
slackbuilds-f64618bd2229c4b5e97a6c22a750ea56f74edce3.tar.xz
system/slpkg: Updated for version 4.5.2.
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.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 37bab5efd3..40422d1e31 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.1}
+VERSION=${VERSION:-4.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -91,8 +91,9 @@ mkdir -p $PKG/etc/slpkg
install -D -m0644 configs/slpkg.toml $PKG/etc/slpkg/slpkg.toml.new
install -D -m0644 configs/blacklist.toml $PKG/etc/slpkg/blacklist.toml.new
-mkdir -p $PKG/usr/man/man1
+mkdir -p $PKG/usr/man/man1 & mkdir -p $PKG/usr/man/fr/man1
cp man/slpkg.1 $PKG/usr/man/man1
+cp man/slpkg-fr.1 $PKG/usr/man/fr/man1/slpkg.1
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done