mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
gis/gdal: Fixed to remove manpage junk.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
23709ba875
commit
06d3ce5301
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue