summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a0b875bfcd8..93c71a6e17c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ntop
pkgver=5.0.1
-pkgrel=14
+pkgrel=15
pkgdesc='A network traffic probe that shows the network usage.'
arch=('x86_64' 'i686')
url='https://www.ntop.org/'
@@ -56,7 +56,7 @@ package() {
EOF
rm -fr "${pkgdir}"/usr/lib/plugins
- rm -fr "${pkgdir}"/var/lib/ntop
+ rm -fr "${pkgdir}"/var
for _f in "${pkgdir}/usr/lib/ntop/plugins/"*.so; do
_plug="$(basename ${_f})"