summarylogtreecommitdiffstats
path: root/PKGBUILD.tt
diff options
context:
space:
mode:
authorAnton Leontiev2018-08-11 10:53:09 +0300
committerAnton Leontiev2018-08-11 10:53:09 +0300
commit15c7331d76da7a147600198c92e672f7971cf468 (patch)
tree2d1baa9271fbff8167dc70acf4143c9eb8879f2b /PKGBUILD.tt
parent3716fcf66d2ab47e6545942f6a5bc255e848d720 (diff)
downloadaur-15c7331d76da7a147600198c92e672f7971cf468.tar.gz
Update to v0.97
Diffstat (limited to 'PKGBUILD.tt')
-rw-r--r--PKGBUILD.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.tt b/PKGBUILD.tt
index da8c38a26020..29379ee0e4d2 100644
--- a/PKGBUILD.tt
+++ b/PKGBUILD.tt
@@ -37,5 +37,5 @@ package() {
cd [% distdir %]
sanitize
/usr/bin/perl Build install
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+ find "$pkgdir" \( -name .packlist -o -name perllocal.pod \) -delete
}