summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-01-21 00:35:39 +0000
committer Eric Hameleers <alien@slackware.com>2007-01-21 00:35:39 +0000
commiteb4f882908c7b76f88e81d9041430b14e74c5636 (patch)
tree052fd1a9713622f879f67d3ac536c45857ba0e66
parent16a8f3ff57bb92e5d08277c1336a85c95906c7f1 (diff)
downloadasb-eb4f882908c7b76f88e81d9041430b14e74c5636.tar.gz
asb-eb4f882908c7b76f88e81d9041430b14e74c5636.tar.xz
No man pages included, so cut those lines from the script
-rwxr-xr-xxerces-c/build/xerces-c.SlackBuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/xerces-c/build/xerces-c.SlackBuild b/xerces-c/build/xerces-c.SlackBuild
index 986ea95c..2ef5598d 100755
--- a/xerces-c/build/xerces-c.SlackBuild
+++ b/xerces-c/build/xerces-c.SlackBuild
@@ -194,12 +194,6 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION || true
chmod -R a-w $PKG/usr/doc/$PRGNAM-$VERSION/*
-# Compress the man page(s)
-if [ -d $PKG/usr/man ]; then
- find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
- for i in `find $PKG/usr/man -type l -name "*.?"` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-fi
-
# Strip binaries
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null