diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-12 19:25:51 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-12 19:25:51 -0500 |
commit | 97369a6e2bbe079fdf85d94934912cf1956a4958 (patch) | |
tree | 93fee9f84267c08d47511ea650efbe494be0657f /network/wendzelnntpd | |
parent | c6c739a84dea03d875736eb7fbb712b4956b2bca (diff) | |
download | slackbuilds-97369a6e2bbe079fdf85d94934912cf1956a4958.tar.gz |
network/wendzelnntpd: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/wendzelnntpd')
-rw-r--r-- | network/wendzelnntpd/wendzelnntpd.SlackBuild | 4 |
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 |