desktop/cellwriter: Fixed (compress man pages)

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2012-09-27 22:44:08 -04:00 committed by Robby Workman
parent e3b4759d26
commit 5af648dfa7
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
PRGNAM=cellwriter
VERSION=${VERSION:-1.3.4}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -66,6 +66,9 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
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 \
AUTHORS COPYING ChangeLog INSTALL NEWS TODO \