summaryrefslogtreecommitdiffstats
path: root/libgcrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-02-08 17:20:17 +0000
committer Eric Hameleers <alien@slackware.com>2007-02-08 17:20:17 +0000
commite193dd32900bedb706b9fb3a1fc278df2c90494a (patch)
tree041c12ba16324446701ca459fc74ea7def2871f8 /libgcrypt
parentcdf132b7b5728be37ac361df1359702221945933 (diff)
downloadasb-e193dd32900bedb706b9fb3a1fc278df2c90494a.tar.gz
asb-e193dd32900bedb706b9fb3a1fc278df2c90494a.tar.xz
Remove man page section
Diffstat (limited to 'libgcrypt')
-rwxr-xr-xlibgcrypt/build/libgcrypt.SlackBuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/libgcrypt/build/libgcrypt.SlackBuild b/libgcrypt/build/libgcrypt.SlackBuild
index bcef2fe2..76e76b09 100755
--- a/libgcrypt/build/libgcrypt.SlackBuild
+++ b/libgcrypt/build/libgcrypt.SlackBuild
@@ -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
-
# Compress info pages and remove the package's dir file
if [ -d $PKG/usr/info ]; then
rm -rf $PKG/usr/info/dir