summaryrefslogtreecommitdiff
path: root/community/ntop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ntop/PKGBUILD')
-rw-r--r--community/ntop/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ntop/PKGBUILD b/community/ntop/PKGBUILD
index 02cf48dfd..f822f3eba 100644
--- a/community/ntop/PKGBUILD
+++ b/community/ntop/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ntop
pkgver=5.0.1
-pkgrel=5
+pkgrel=6
pkgdesc='A network traffic probe that shows the network usage.'
arch=('i686' 'x86_64')
url='http://www.ntop.org/'
@@ -28,7 +28,7 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-snmp
+ ./autogen.sh --prefix=/usr --sysconfdir=/usr/share --localstatedir=/var/lib --disable-snmp
make
}