diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 19:03:48 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:41 +0700 |
commit | b389d639d323914dd5604e8b4225a3a7d09debbd (patch) | |
tree | b499f9f89807cf24819e96815f3d31cf5c83ba49 /network/iptv-analyzer | |
parent | a3fd070d2557ffd466837997304f3af7b42c8ef4 (diff) | |
download | slackbuilds-b389d639d323914dd5604e8b4225a3a7d09debbd.tar.gz |
network/iptv-analyzer: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/iptv-analyzer')
-rw-r--r-- | network/iptv-analyzer/iptv-analyzer.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |