summaryrefslogtreecommitdiffstats
path: root/tagtool
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-06-22 19:58:33 +0000
committer Eric Hameleers <alien@slackware.com>2008-06-22 19:58:33 +0000
commit255b778f32d747065ee53a791f1443d3f8809074 (patch)
tree97e5cbbac0cd4a257a7ecb1da4727cee0627e0ae /tagtool
parente92872245869e86b26d2b8150f42ab23ed1d9db8 (diff)
downloadasb-255b778f32d747065ee53a791f1443d3f8809074.tar.gz
asb-255b778f32d747065ee53a791f1443d3f8809074.tar.xz
The package has no man page
Diffstat (limited to 'tagtool')
-rwxr-xr-xtagtool/build/tagtool.SlackBuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/tagtool/build/tagtool.SlackBuild b/tagtool/build/tagtool.SlackBuild
index d306079a..b061fe99 100755
--- a/tagtool/build/tagtool.SlackBuild
+++ b/tagtool/build/tagtool.SlackBuild
@@ -152,7 +152,6 @@ CFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--localstatedir=/var \
--sysconfdir=/etc \
- --mandir=/usr/man \
--program-prefix="" \
--program-suffix="" \
--build=$ARCH-slackware-linux \
@@ -184,12 +183,6 @@ cp -a $SRCDIR/$(basename $0) $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc -type f -exec chmod 644 {} \;
-# 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