summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2018-08-09 07:44:34 -0600
committerBrian Bidulock2018-08-09 07:44:34 -0600
commit473ed9aa09c37e27fb957cf7cbec596ad4b46d08 (patch)
tree80c997125da937de86cb1e1f8fd3b87922b7e2c8 /PKGBUILD
parent0a612ad8244790d1630be804d36a8ea01018c012 (diff)
downloadaur-473ed9aa09c37e27fb957cf7cbec596ad4b46d08.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 a55fa0274212..fb1b58cc5311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='perl-log-dispatch'
pkgver='2.67'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Dispatches messages to one or more outputs"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -44,6 +44,7 @@ package() {
make install
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+ rm -fr "$pkgdir/usr/lib"
}
# Local Variables: