diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-04 14:52:19 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:46 +0700 |
commit | b1aceae757ef4305ed507c9d77edcb03bf9d0d9a (patch) | |
tree | 71b9f47d4d13418029d8b48a1c415d7cfa917980 /perl/perl-Net-RawIP | |
parent | aaa71ee043509c4d4815083d82a56b3e9c5147ed (diff) |
perl/perl-Net-RawIP: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl/perl-Net-RawIP')
-rw-r--r-- | perl/perl-Net-RawIP/perl-Net-RawIP.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl/perl-Net-RawIP/perl-Net-RawIP.SlackBuild b/perl/perl-Net-RawIP/perl-Net-RawIP.SlackBuild index d4a2cf720401..891676c70c8a 100644 --- a/perl/perl-Net-RawIP/perl-Net-RawIP.SlackBuild +++ b/perl/perl-Net-RawIP/perl-Net-RawIP.SlackBuild @@ -77,10 +77,8 @@ make make test make install DESTDIR=$PKG -# Move man pages mv $PKG/usr/share/man $PKG/usr/ -# Compress man pages ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done |