From a046993f702ea54cf8604e846adfca98d618bacf Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 19 Jan 2016 00:24:17 +0000 Subject: Multiple: Fix manpages. Signed-off-by: David Spencer --- games/fceux/fceux.SlackBuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'games/fceux') diff --git a/games/fceux/fceux.SlackBuild b/games/fceux/fceux.SlackBuild index 15db8e17ff..6412ac1b53 100644 --- a/games/fceux/fceux.SlackBuild +++ b/games/fceux/fceux.SlackBuild @@ -82,13 +82,12 @@ scons install -i --prefix=$PKG/usr #scons install creates usr/share/pixmaps as a regular file, delete that. rm -f $PKG/usr/share/pixmaps -#install the man page -mkdir -p $PKG/usr/man/man6 -gzip -c documentation/$PRGNAM.6 > $PKG/usr/man/man6/$PRGNAM.6.gz - find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +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 + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a documentation/* COPYING *.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -- cgit v1.2.3