From a7615ad3f58bdf1163bef2a789be152144fc7d9c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 4 Jan 2020 14:51:15 -0500 Subject: perl/perl-File-Slurp: Remove template comments from script. Signed-off-by: B. Watson --- perl/perl-File-Slurp/perl-File-Slurp.SlackBuild | 1 - 1 file changed, 1 deletion(-) diff --git a/perl/perl-File-Slurp/perl-File-Slurp.SlackBuild b/perl/perl-File-Slurp/perl-File-Slurp.SlackBuild index 7a0c43ad98..1433ba7d43 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 -- cgit v1.2.3