summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-08-09 07:50:43 -0600
committerBrian Bidulock2018-08-09 07:50:43 -0600
commit7ea1174377a5a396049efec47d3ec4debb17c86f (patch)
tree273f2635a95b8a79f04838ab2a327be824722b08
parentbf57a23ef4f26b18eec79ed4295327850964251a (diff)
downloadaur-7ea1174377a5a396049efec47d3ec4debb17c86f.tar.gz
should not install binary directory
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 998eb9fd6f4f..334e6dba6724 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-file-homedir
pkgdesc = Find your home and other directories on any platform
pkgver = 1.004
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/File-HomeDir
arch = any
license = PerlArtistic
diff --git a/PKGBUILD b/PKGBUILD
index e3debe19156f..11cade6e80ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=perl-file-homedir
_cpanname=File-HomeDir
pkgver=1.004
-pkgrel=1
+pkgrel=2
pkgdesc="Find your home and other directories on any platform"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -38,6 +38,7 @@ package() {
# remove perllocal.pod and .packlist
find "$pkgdir" -name '*.pod' -o -name '.packlist' -delete
+ rm -fr "$pkgdir/usr/lib"
}
# Local Variables: