summaryrefslogtreecommitdiff
path: root/p5-xml-parser/Pkgfile
diff options
context:
space:
mode:
authorLucas Hazel <lucas@die.net.au>2008-03-26 15:06:30 +1100
committerLucas Hazel <lucas@die.net.au>2008-03-26 15:06:30 +1100
commit549271a655767fb859bc553501697462a480c147 (patch)
tree66ff27d1c1537203d17df63e0be2efca2e2b606e /p5-xml-parser/Pkgfile
parent8f765ac7fa278a01fa8f5ae9d63c94bcf5ca60cd (diff)
downloadopt-549271a655767fb859bc553501697462a480c147.tar.gz
opt-549271a655767fb859bc553501697462a480c147.tar.xz
p5-xml-parser: remove junk files
Diffstat (limited to 'p5-xml-parser/Pkgfile')
-rw-r--r--p5-xml-parser/Pkgfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/p5-xml-parser/Pkgfile b/p5-xml-parser/Pkgfile
index 94cef92b4..ad1105945 100644
--- a/p5-xml-parser/Pkgfile
+++ b/p5-xml-parser/Pkgfile
@@ -14,5 +14,8 @@ build() {
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
- find $PKG -name .packlist -o -name perllocal.pod -exec rm '{}' \;
+ find $PKG -name .packlist -o \
+ -name perllocal.pod -o \
+ -name README -o \
+ -name '*.bs' | xargs rm
}

Generated by cgit