summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-11-04 23:18:35 +0000
committer Eric Hameleers <alien@slackware.com>2007-11-04 23:18:35 +0000
commitbcd77db3d4cdc22bfcc96118880e88033ea0bb4e (patch)
treeebccdcf3d2433163fd71c006443c14d72c47b49c
parent8a973da6efbec6f8931a50cbdd897b2df876706e (diff)
downloadasb-bcd77db3d4cdc22bfcc96118880e88033ea0bb4e.tar.gz
asb-bcd77db3d4cdc22bfcc96118880e88033ea0bb4e.tar.xz
Updates
-rwxr-xr-xxchm/build/xchm.SlackBuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/xchm/build/xchm.SlackBuild b/xchm/build/xchm.SlackBuild
index d9d6d0d5..c62f9461 100755
--- a/xchm/build/xchm.SlackBuild
+++ b/xchm/build/xchm.SlackBuild
@@ -28,7 +28,7 @@
# For: xchm
# Descr: a CHM help file viewer for UNIX
# URL: http://xchm.sourceforge.net/
-# Needs: wxGTK >= 2.6
+# Needs: chmlib , wxGTK >= 2.6.0
# Changelog:
# 1.0-1: 07/Jun/2005 by Eric Hameleers <alien@sox.homeip.net>
# * Initial build.
@@ -185,12 +185,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 || true