summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2008-05-13 13:54:13 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2008-05-13 13:57:10 +1000
commit049cc9373c8ed96973f662f7bce33529f5eaea00 (patch)
tree879479103a6cc7358fbe3120eb8d759b7c042ccf
parent4d512930b2906a4ffb6efd770dfaba367afb346d (diff)
downloadcontrib-049cc9373c8ed96973f662f7bce33529f5eaea00.tar.gz
contrib-049cc9373c8ed96973f662f7bce33529f5eaea00.tar.xz
p5-lwp: remove junk file .packlist
-rw-r--r--p5-lwp/.footprint1
-rw-r--r--p5-lwp/Pkgfile3
2 files changed, 2 insertions, 2 deletions
diff --git a/p5-lwp/.footprint b/p5-lwp/.footprint
index 8214075d9..3e36cda3a 100644
--- a/p5-lwp/.footprint
+++ b/p5-lwp/.footprint
@@ -74,7 +74,6 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/WWW/RobotRules/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/LWP/
--rw-r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/LWP/.packlist
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/lwpcook.pod
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/lwptut.pod
drwxr-xr-x root/root usr/man/
diff --git a/p5-lwp/Pkgfile b/p5-lwp/Pkgfile
index ab2390718..9e74c525b 100644
--- a/p5-lwp/Pkgfile
+++ b/p5-lwp/Pkgfile
@@ -14,6 +14,7 @@ build() {
yes | perl Makefile.PL -n
make
make DESTDIR=$PKG install
- find $PKG -name "perllocal.pod" -exec rm {} \;
+ find $PKG \( -name 'perllocal.pod' -o \
+ -name '.packlist' \) -delete
}

Generated by cgit