summaryrefslogtreecommitdiffstats
path: root/desktop/e16/e16.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-11 17:03:53 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:36:53 +0700
commit88c80264175a0a178edb4d32ea939befd3bda060 (patch)
tree086d3f25160d2f0dd4b9b70aa5d7244ae68c3d71 /desktop/e16/e16.SlackBuild
parenta70e06df5b9d1378d60e171520e953716b7d91fd (diff)
downloadslackbuilds-88c80264175a0a178edb4d32ea939befd3bda060.tar.gz
slackbuilds-88c80264175a0a178edb4d32ea939befd3bda060.tar.xz
desktop/e16: Fix README, VERSION in .info.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/e16/e16.SlackBuild')
-rw-r--r--desktop/e16/e16.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/e16/e16.SlackBuild b/desktop/e16/e16.SlackBuild
index cfff8afa29..9c1a988b7d 100644
--- a/desktop/e16/e16.SlackBuild
+++ b/desktop/e16/e16.SlackBuild
@@ -134,7 +134,6 @@ fi
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
-# Compress man pages
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