From 8f765ac7fa278a01fa8f5ae9d63c94bcf5ca60cd Mon Sep 17 00:00:00 2001 From: Lucas Hazel Date: Wed, 26 Mar 2008 15:06:13 +1100 Subject: [PATCH] p5-html-parser: remove junk files --- p5-html-parser/.footprint | 1 - p5-html-parser/Pkgfile | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/p5-html-parser/.footprint b/p5-html-parser/.footprint index 6a1996c0b..06866f5ea 100644 --- a/p5-html-parser/.footprint +++ b/p5-html-parser/.footprint @@ -17,7 +17,6 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/HTML/ 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/HTML/ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/HTML/Parser/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/HTML/Parser/Parser.bs (EMPTY) -r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/HTML/Parser/Parser.so drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man3/ diff --git a/p5-html-parser/Pkgfile b/p5-html-parser/Pkgfile index 1ed944f31..23f0d42a4 100644 --- a/p5-html-parser/Pkgfile +++ b/p5-html-parser/Pkgfile @@ -14,6 +14,7 @@ build() { echo "no" | perl Makefile.PL make OPTIMIZE="$CFLAGS" make DESTDIR=$PKG install - find ${PKG} -name perllocal.pod -exec rm '{}' \; - find ${PKG} -name .packlist -exec rm '{}' \; + find ${PKG} -name .packlist -o \ + -name perllocal.pod -o \ + -name '*.bs' | xargs rm }