summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Bunkus2017-09-28 21:56:26 +0200
committerMoritz Bunkus2017-09-28 21:56:26 +0200
commitdda1b21d4ac6156419be4e6b00d24fb1e573d013 (patch)
treeb73b1439f9d0502a9a4714005cc74acda6414c4c /PKGBUILD
parent58aa99d77354ea3a1a152b4736f588fa42d240a8 (diff)
downloadaur-dda1b21d4ac6156419be4e6b00d24fb1e573d013.tar.gz
fix removal of .pod files & empty directories
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bdd1cb579fb4..10178961e79e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname='perl-dbix-class'
pkgver='0.082840'
-pkgrel='3'
+pkgrel='4'
pkgdesc="Extensible and flexible object <-> relational mapper."
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -64,7 +64,7 @@ check() {
package() {
prepare_environment
make install
- find "$pkgdir" "(" -name .packlist -o -name perllocal.pod ")" -delete
+ find "$pkgdir" "(" -name .packlist -o -name "*.pod" ")" -delete
}
# Local Variables: