summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsim-im/build/sim-im.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim-im/build/sim-im.SlackBuild b/sim-im/build/sim-im.SlackBuild
index 180cfa76..8cbd5807 100755
--- a/sim-im/build/sim-im.SlackBuild
+++ b/sim-im/build/sim-im.SlackBuild
@@ -211,7 +211,7 @@ 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):
+# Compress any 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