[arch-commits] Commit in ntop/trunk (PKGBUILD)

Lukas Fleischer lfleischer at nymeria.archlinux.org
Wed Jul 2 22:07:02 UTC 2014


    Date: Thursday, July 3, 2014 @ 00:07:02
  Author: lfleischer
Revision: 114686

upgpkg: ntop 5.0.1-6

Move /etc/ntop/ to /usr/share/ntop (fixes FS#38816).

Modified:
  ntop/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-02 21:59:57 UTC (rev 114685)
+++ PKGBUILD	2014-07-02 22:07:02 UTC (rev 114686)
@@ -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 @@
 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
 }
 




More information about the arch-commits mailing list