summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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: