summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Leo C2018-05-19 14:58:50 +0200
committer Willy Sudiarto Raharjo2018-05-20 03:35:08 +0200
commit787e134209dee9946fcd9d33ab77494b9c1c5cfb (patch)
tree9d0b4e208b9a0ceb797d6ca1821197a8543ba5f2
parent50f713cadfe1769dba8aef3c3f5f9bced1e93553 (diff)
downloadold.slackbuilds-787e134209dee9946fcd9d33ab77494b9c1c5cfb.tar.gz
system/dislocker: Fixed manpages.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/dislocker/dislocker.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/dislocker/dislocker.SlackBuild b/system/dislocker/dislocker.SlackBuild
index 49c844e4ba..1b3a653ec8 100644
--- a/system/dislocker/dislocker.SlackBuild
+++ b/system/dislocker/dislocker.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=dislocker
VERSION=${VERSION:-0.7.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -84,9 +84,6 @@ cd ..
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
-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
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGELOG.md INSTALL.md LICENSE.txt README.md \
$PKG/usr/doc/$PRGNAM-$VERSION