diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-04 14:52:38 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:46 +0700 |
commit | 000ce4eea8f16bac572d29779cb80a51b620f2d4 (patch) | |
tree | 3a0e1e6bcca7261bbeab44dcbf6e1640c3e48eed /perl/perl-Net-SNMP | |
parent | b1aceae757ef4305ed507c9d77edcb03bf9d0d9a (diff) |
perl/perl-Net-SNMP: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl/perl-Net-SNMP')
-rw-r--r-- | perl/perl-Net-SNMP/perl-Net-SNMP.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/perl-Net-SNMP/perl-Net-SNMP.SlackBuild b/perl/perl-Net-SNMP/perl-Net-SNMP.SlackBuild index 7bb1a76c38f1..868aaf1fae63 100644 --- a/perl/perl-Net-SNMP/perl-Net-SNMP.SlackBuild +++ b/perl/perl-Net-SNMP/perl-Net-SNMP.SlackBuild @@ -61,7 +61,6 @@ make make test make install DESTDIR=$PKG -# 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 |