diff options
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 |
commit | 88c80264175a0a178edb4d32ea939befd3bda060 (patch) | |
tree | 086d3f25160d2f0dd4b9b70aa5d7244ae68c3d71 /desktop/e16/e16.SlackBuild | |
parent | a70e06df5b9d1378d60e171520e953716b7d91fd (diff) |
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.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/e16/e16.SlackBuild b/desktop/e16/e16.SlackBuild index cfff8afa2922b..9c1a988b7da7a 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 |