system/mailutils: Compress manpages.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8ce7b2ef32
commit
cbdd38c6e1
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue