aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/light/light.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/light/light.SlackBuild b/desktop/light/light.SlackBuild
index 4ffac0e3f6a26..d39c917e41f83 100644
--- a/desktop/light/light.SlackBuild
+++ b/desktop/light/light.SlackBuild
@@ -98,6 +98,7 @@ make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION