system/lxtask: Removed man-compressing section.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
ponce 2010-10-17 11:11:52 -04:00 committed by Robby Workman
parent 6b7adc01d7
commit 2b12586b8d

View file

@ -116,9 +116,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc -type f -exec chmod 644 {} \;
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/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh