diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-02-27 04:47:11 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-02-27 04:47:11 (GMT) |
commit | 6b3e079eb1e54c76a904dc7b8693b25a0322c2ab (patch) | |
tree | 9bf8485f3f5c249676e6a1c39dd7d2f1ffe7c102 /abs/core-testing/perl_modules | |
parent | 5cb25d1401eafc49b71e9b665eb34f7cbc103a8b (diff) | |
download | linhes_pkgbuild-6b3e079eb1e54c76a904dc7b8693b25a0322c2ab.zip linhes_pkgbuild-6b3e079eb1e54c76a904dc7b8693b25a0322c2ab.tar.gz linhes_pkgbuild-6b3e079eb1e54c76a904dc7b8693b25a0322c2ab.tar.bz2 |
perl-xml-parser:removed man dir that conflicted with perlxml package.
Diffstat (limited to 'abs/core-testing/perl_modules')
-rw-r--r-- | abs/core-testing/perl_modules/perl-xml-parser/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/perl_modules/perl-xml-parser/PKGBUILD b/abs/core-testing/perl_modules/perl-xml-parser/PKGBUILD index c0fe960..cf2f801 100644 --- a/abs/core-testing/perl_modules/perl-xml-parser/PKGBUILD +++ b/abs/core-testing/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 } |