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