diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-04 14:51:15 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:46 +0700 |
commit | a7615ad3f58bdf1163bef2a789be152144fc7d9c (patch) | |
tree | e710648b75b86fff31e432c9b1b76409fc89014d /perl/perl-File-Slurp/perl-File-Slurp.SlackBuild | |
parent | d0cce5501bd9444d7363b20813c583379bca4505 (diff) |
perl/perl-File-Slurp: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl/perl-File-Slurp/perl-File-Slurp.SlackBuild')
-rw-r--r-- | perl/perl-File-Slurp/perl-File-Slurp.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/perl-File-Slurp/perl-File-Slurp.SlackBuild b/perl/perl-File-Slurp/perl-File-Slurp.SlackBuild index 7a0c43ad9889..1433ba7d43db 100644 --- a/perl/perl-File-Slurp/perl-File-Slurp.SlackBuild +++ b/perl/perl-File-Slurp/perl-File-Slurp.SlackBuild @@ -69,7 +69,6 @@ make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -# 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 |