From b389d639d323914dd5604e8b4225a3a7d09debbd Mon Sep 17 00:00:00 2001 From: B. Watson Date: Fri, 3 Jan 2020 19:03:48 -0500 Subject: network/iptv-analyzer: Remove template comments from script. Signed-off-by: B. Watson --- network/iptv-analyzer/iptv-analyzer.SlackBuild | 1 - 1 file changed, 1 deletion(-) (limited to 'network/iptv-analyzer') diff --git a/network/iptv-analyzer/iptv-analyzer.SlackBuild b/network/iptv-analyzer/iptv-analyzer.SlackBuild index faf516d683..9342b16821 100644 --- a/network/iptv-analyzer/iptv-analyzer.SlackBuild +++ b/network/iptv-analyzer/iptv-analyzer.SlackBuild @@ -120,7 +120,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr 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 -# Remove perllocal.pod and other special files that don't need to be installed find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true # Remove empty directories -- cgit v1.2.3