diff --git a/p5-date-manip/Pkgfile b/p5-date-manip/Pkgfile index 03c2f2136..9799d7154 100644 --- a/p5-date-manip/Pkgfile +++ b/p5-date-manip/Pkgfile @@ -18,12 +18,12 @@ build() { # Remove perlcrap find $PKG -type f \( \ - -name '.packlist' -or \ - -name '*.bs' -or \ - -name 'autosplit.ix' -or \ + -name '.packlist' -o \ + -name '*.bs' -o \ + -name 'autosplit.ix' -o \ -name 'perllocal.pod' \) -delete # Remove empty directories - find $PKG -depth -empty -exec rm -rf {} \; + find $PKG -depth -empty -delete }