summaryrefslogtreecommitdiffstats
path: root/games/dgen/dgen.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/dgen/dgen.SlackBuild')
-rw-r--r--games/dgen/dgen.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/games/dgen/dgen.SlackBuild b/games/dgen/dgen.SlackBuild
index ef289e7850..1dfad4f22f 100644
--- a/games/dgen/dgen.SlackBuild
+++ b/games/dgen/dgen.SlackBuild
@@ -84,15 +84,12 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-# Strip binaries and libraries
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-# Compress man pages
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
-# Copy program documentation into the package
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS BUGS COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild