summaryrefslogtreecommitdiffstats
path: root/system/pipemeter/pipemeter.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/pipemeter/pipemeter.SlackBuild')
-rw-r--r--system/pipemeter/pipemeter.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/system/pipemeter/pipemeter.SlackBuild b/system/pipemeter/pipemeter.SlackBuild
index 610d2a3885..b315b57767 100644
--- a/system/pipemeter/pipemeter.SlackBuild
+++ b/system/pipemeter/pipemeter.SlackBuild
@@ -6,11 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20221228 bkw: BUILD=2, fix bad man page permissions.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pipemeter
VERSION=${VERSION:-1.1.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -63,7 +65,8 @@ make
make install DESTDIR=$PKG
cp -a pipecp $PKG/usr/bin
-gzip -9 $PKG/usr/man/man1/$PRGNAM.1
+chmod 644 $PKG/usr/man/man?/*.?
+gzip -9 $PKG/usr/man/man?/*.?
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp README LICENSE Changelog $PKG/usr/doc/$PRGNAM-$VERSION