summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/ola/ola.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/ola/ola.SlackBuild b/development/ola/ola.SlackBuild
index 251cf664a0..6535cd777d 100644
--- a/development/ola/ola.SlackBuild
+++ b/development/ola/ola.SlackBuild
@@ -78,6 +78,9 @@ 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
cp -a \
README INSTALL COPYING AUTHORS ChangeLog \