From 662df972b84894fb294b418d7b4cb2e7afff90eb Mon Sep 17 00:00:00 2001 From: dsomero Date: Sat, 3 Jul 2010 14:11:27 -0400 Subject: Minor clean up. --- perl-template.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-template.SlackBuild b/perl-template.SlackBuild index 33da21b..4668b83 100644 --- a/perl-template.SlackBuild +++ b/perl-template.SlackBuild @@ -116,7 +116,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r # Remove perllocal.pod and other special files that don't need to be installed, # as they will overwrite what's already on the system. -find $PKG -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true +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 -- cgit v1.2.3