system/mailutils: Compress manpages.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2018-02-04 19:59:02 +00:00 committed by Willy Sudiarto Raharjo
parent 8ce7b2ef32
commit cbdd38c6e1
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@ cd $PRGNAM-$VERSION
make
make install 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
rm -f $PKG/usr/info/dir
gzip -9f $PKG/usr/info/*