summaryrefslogtreecommitdiffstats
path: root/abs/core/perl_modules/perl-xml-parser/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/perl_modules/perl-xml-parser/PKGBUILD')
-rw-r--r--abs/core/perl_modules/perl-xml-parser/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/perl_modules/perl-xml-parser/PKGBUILD b/abs/core/perl_modules/perl-xml-parser/PKGBUILD
index c0fe960..cf2f801 100644
--- a/abs/core/perl_modules/perl-xml-parser/PKGBUILD
+++ b/abs/core/perl_modules/perl-xml-parser/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Charles Mauch <cmauch@gmail.com>
pkgname=perl-xml-parser
pkgver=2.34
-pkgrel=2
+pkgrel=3
pkgdesc="Perl/CPAN Module XML::Parser : Flexible fast parser with plugin styles"
arch=("i686" "x86_64")
url="http://search.cpan.org/MSERGEANT/XML-Parser"
@@ -21,4 +21,5 @@ build() {
/usr/bin/find $startdir/pkg -name '.packlist' -exec rm '{}' \; && \
/usr/bin/find $startdir/pkg -name 'perllocal.pod' -exec rm '{}' \; && \
/usr/bin/find $startdir/pkg -depth -type d -empty -exec rmdir '{}' \;
+ rm -fr $pkgdir/usr/share/man
}