perl/perl-Pod-Parser: Compress manpages.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
beddee52ba
commit
ff5227b795
|
@ -90,6 +90,8 @@ make
|
|||
make test
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
mv $PKG/usr/share/man/man1 $PKG/usr/man
|
||||
rm -rf $PKG/usr/share/man
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
||||
find $PKG -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
|
||||
|
|
Loading…
Reference in New Issue