summaryrefslogtreecommitdiff
path: root/p5-xml-parser/Pkgfile
diff options
context:
space:
mode:
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