summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-13 01:25:51 +0100
committer B. Watson2022-03-13 01:25:51 +0100
commit97369a6e2bbe079fdf85d94934912cf1956a4958 (patch)
tree93fee9f84267c08d47511ea650efbe494be0657f
parentc6c739a84dea03d875736eb7fbb712b4956b2bca (diff)
downloadslackbuilds-97369a6e2bbe079fdf85d94934912cf1956a4958.tar.gz
network/wendzelnntpd: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--network/wendzelnntpd/wendzelnntpd.SlackBuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/network/wendzelnntpd/wendzelnntpd.SlackBuild b/network/wendzelnntpd/wendzelnntpd.SlackBuild
index 7f341493fb..c0a17bea20 100644
--- a/network/wendzelnntpd/wendzelnntpd.SlackBuild
+++ b/network/wendzelnntpd/wendzelnntpd.SlackBuild
@@ -126,10 +126,6 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
# This is kept for the case that wendzelnntpd will contain a manpage in the future.
-# Compress man pages
-# If the man pages are installed to /usr/share/man instead, you'll need to either
-# add the --mandir=/usr/man flag to configure or move them manually after the
-# make install process is run.
#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