diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-04 14:50:51 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:46 +0700 |
commit | d0cce5501bd9444d7363b20813c583379bca4505 (patch) | |
tree | 0e62f3b8f2e667bd5470dc92fa160320f3f2b131 | |
parent | b963f874142261180c357569173cc912e7fa2eab (diff) | |
download | slackbuilds-d0cce5501bd9444d7363b20813c583379bca4505.tar.gz |
perl/perl-Data-Compare: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | perl/perl-Data-Compare/perl-Data-Compare.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/perl-Data-Compare/perl-Data-Compare.SlackBuild b/perl/perl-Data-Compare/perl-Data-Compare.SlackBuild index b3bde4b229..e7c75bb1d0 100644 --- a/perl/perl-Data-Compare/perl-Data-Compare.SlackBuild +++ b/perl/perl-Data-Compare/perl-Data-Compare.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 |