summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2018-08-09 07:42:07 -0600
committerBrian Bidulock2018-08-09 07:42:07 -0600
commit2112585731c94ed6a4ee3f598ffb7d959a0d294b (patch)
treeb13a3c3dba50639347ab17be51e55c713bdd9e0d /PKGBUILD
parent4ee07e911bfc7841dbc68f96428f8faf3fe663bd (diff)
downloadaur-2112585731c94ed6a4ee3f598ffb7d959a0d294b.tar.gz
should not install binary directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69ac762a3067..14ae2f284abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-io-interactive'
pkgver='1.021'
-pkgrel='1'
+pkgrel='3'
pkgdesc="Utilities for interactive I/O"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -40,6 +40,7 @@ package() {
make install
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+ rm -fr "$pkgdir/usr/lib"
}
# Local Variables: