summaryrefslogtreecommitdiffstats
path: root/ham/tqsl/tqsl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'ham/tqsl/tqsl.SlackBuild')
-rw-r--r--ham/tqsl/tqsl.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/ham/tqsl/tqsl.SlackBuild b/ham/tqsl/tqsl.SlackBuild
index df6eb93716..4df066cf17 100644
--- a/ham/tqsl/tqsl.SlackBuild
+++ b/ham/tqsl/tqsl.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tqsl
-VERSION=${VERSION:-2.5.1}
+VERSION=${VERSION:-2.5.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -91,7 +91,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
# Fix hardcoded man page path >:(
-mv $PKG/usr/share/man $PKG/usr/man
+mkdir -p $PKG/usr/man
+mv $PKG/man5 $PKG/usr/man
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