summaryrefslogtreecommitdiff
path: root/p5-html-parser/Pkgfile
diff options
context:
space:
mode:
authorLucas Hazel <lucas@die.net.au>2008-03-26 15:06:13 +1100
committerLucas Hazel <lucas@die.net.au>2008-03-26 15:06:13 +1100
commit8f765ac7fa278a01fa8f5ae9d63c94bcf5ca60cd (patch)
tree84c73493192dff8a070784023258c99adbd9aa5e /p5-html-parser/Pkgfile
parent0e93840af7a9127851e785a90823ffc35e0eac2f (diff)
downloadopt-8f765ac7fa278a01fa8f5ae9d63c94bcf5ca60cd.tar.gz
opt-8f765ac7fa278a01fa8f5ae9d63c94bcf5ca60cd.tar.xz
p5-html-parser: remove junk files
Diffstat (limited to 'p5-html-parser/Pkgfile')
-rw-r--r--p5-html-parser/Pkgfile5
1 files changed, 3 insertions, 2 deletions
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
}

Generated by cgit