Search Criteria
Package Details: perl-file-touch 0.11-1
Git Clone URL: | https://aur.archlinux.org/perl-file-touch.git (read-only, click to copy) |
---|---|
Package Base: | perl-file-touch |
Description: | File::Touch update file access and modification times, optionally creating files if needed |
Upstream URL: | https://metacpan.org/release/File-Touch |
Licenses: | |
Submitter: | None |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2008-11-18 18:39 |
Last Updated: | 2018-09-13 01:28 |
Latest Comments
barius commented on 2017-09-10 01:28
You might like to fix the workaround for makepkg doing '!emptydirs' before 'purge'...
diff --git a/PKGBUILD b/PKGBUILD
index b640e38..47f69ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,7 +40,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
}
# Local Variables: