summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-21 21:08:08 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:29:34 +0000
commit4c556f7a7ed3d0aa290b1eb6e8b938140bff0df7 (patch)
treead1f2636e67e3148bd1bc465c218298572c47f4d /perl
parentf6708dcc46ffade8f7e439283ae8df55ed3dec36 (diff)
downloadslackbuilds-4c556f7a7ed3d0aa290b1eb6e8b938140bff0df7.tar.gz
slackbuilds-4c556f7a7ed3d0aa290b1eb6e8b938140bff0df7.tar.xz
perl/perl-Proc-PID-File: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Proc-PID-File/perl-Proc-PID-File.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl/perl-Proc-PID-File/perl-Proc-PID-File.SlackBuild b/perl/perl-Proc-PID-File/perl-Proc-PID-File.SlackBuild
index fe55da1698..5f23cc7d41 100644
--- a/perl/perl-Proc-PID-File/perl-Proc-PID-File.SlackBuild
+++ b/perl/perl-Proc-PID-File/perl-Proc-PID-File.SlackBuild
@@ -61,14 +61,11 @@ 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
-# Remove perllocal.pod and other special files that don't need to be installed
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
-# Remove empty directories
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION