summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2018-08-22 01:02:47 -0600
committerBrian Bidulock2018-08-22 01:02:47 -0600
commit7027499c9eb041301a03db98b7786134da11566e (patch)
treef93b8e821bacd191c2f3576892f99ba470dd1637 /PKGBUILD
parentbae99aa1845985df12ebe9055bc7bde9ac419225 (diff)
downloadaur-7027499c9eb041301a03db98b7786134da11566e.tar.gz
find fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23c8084e9192..a75d7e7f0815 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='perl-event'
pkgver='1.26'
-pkgrel='2'
+pkgrel='3'
pkgdesc="Event loop processing"
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')
@@ -49,7 +49,7 @@ package() {
cd "$srcdir/$_distdir"
make install
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+ find "$pkgdir" \( -name .packlist -o -name perllocal.pod \) -delete
_perl_depends
}