summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen2019-02-09 07:37:06 +0200
committertrizen2019-02-09 07:37:06 +0200
commit62e743e8a42b5868087d7fa985b27ef87225f63b (patch)
treef9c974de5d8f111275bd96b3eb05f0b78e17a2f6
parentceb4c32750430d2fa4620db257c4fc54aa298a27 (diff)
downloadaur-62e743e8a42b5868087d7fa985b27ef87225f63b.tar.gz
Removed the empty `lib` directory.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 945d0634ebb4..c6932e25d1c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,7 @@ check() {
package() {
cd "$srcdir/$_distdir"
make install
+ rm -r "$pkgdir"/usr/lib
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}