gis/gdal: Fixed to remove manpage junk.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-05-25 16:10:49 +01:00 committed by Willy Sudiarto Raharjo
parent 23709ba875
commit 06d3ce5301

View file

@ -150,6 +150,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
make -f GNUmakefile -B man
make install-man DESTDIR=$PKG
# smite some junk files
rm -f $PKG/usr/man/man1/_*_.1
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