summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmish2018-04-11 09:46:42 +0530
committerAmish2018-04-11 09:46:42 +0530
commit25a70a8081fcf8943ca2045ec90f4379db3988aa (patch)
tree44df7ec9e0d17e5d6b9233414bde949e2279fe5b /PKGBUILD
parentcc0c3d1abf237a99d3687e307b1a194ef2143cfb (diff)
downloadaur-25a70a8081fcf8943ca2045ec90f4379db3988aa.tar.gz
Actually do not package /var
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee70f5f5af48..e041e136375a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=webmin
pkgver=1.881
-pkgrel=2
+pkgrel=3
pkgdesc="A web-based administration interface for Unix systems"
arch=(i686 x86_64)
license=('custom:webmin')
@@ -168,7 +168,7 @@ package() {
install -D -m 644 "$srcdir"/$pkgname-$pkgver/LICENCE "$pkgdir"/usr/share/licenses/webmin/LICENCE
# delete directories not to be packaged
- rm -r "$pkgdir"/{tmp,var/log}
+ rm -r "$pkgdir"/{tmp,var}
}