From 3cea8474169a846320293049668e5f30495aff40 Mon Sep 17 00:00:00 2001 From: Leo C Date: Sat, 19 May 2018 13:58:50 +0100 Subject: system/dislocker: Fixed manpages. Signed-off-by: David Spencer --- system/dislocker/dislocker.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'system/dislocker/dislocker.SlackBuild') 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 -- cgit v1.2.3