diff options
author | Leo C <leoc@gmx.com> | 2018-05-19 13:58:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-20 08:35:08 +0700 |
commit | 3cea8474169a846320293049668e5f30495aff40 (patch) | |
tree | 40765c206f05e70f26426217e297e42bf496470f /system/dislocker | |
parent | 8c103c543c73398038d7f1faf2ec4bfc945e6871 (diff) | |
download | slackbuilds-3cea8474169a846320293049668e5f30495aff40.tar.gz |
system/dislocker: Fixed manpages.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/dislocker')
-rw-r--r-- | system/dislocker/dislocker.SlackBuild | 5 |
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 |