summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-12 19:28:15 -0500
committer B. Watson <yalhcru@gmail.com>2022-03-12 19:28:15 -0500
commit40c68364a1b11eb695d106249428395c6e1161b8 (patch)
tree311d552aa25672e8052e771cd45d6c628a592a28 /desktop
parentb377f6ea7f81967fa87fbb9eee4258d17b86b6a1 (diff)
downloadslackbuilds-40c68364a1b11eb695d106249428395c6e1161b8.tar.gz
slackbuilds-40c68364a1b11eb695d106249428395c6e1161b8.tar.xz
desktop/e16: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'desktop')
-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 fed3be8bd5..b5c7442dc6 100644
--- a/desktop/e16/e16.SlackBuild
+++ b/desktop/e16/e16.SlackBuild
@@ -144,7 +144,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