summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--install2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eea718a80453..39a2c4cd47cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 27 02:30:33 UTC 2019
+# Tue Aug 27 02:35:44 UTC 2019
pkgbase = nfsen
pkgdesc = Netflow visualisation and investigation tool
pkgver = 1.3.8
- pkgrel = 31
+ pkgrel = 32
url = https://sourceforge.net/projects/nfsen
install = install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index cb10d5c8460b..0a227ec99e0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nfsen
pkgver=1.3.8
-pkgrel=31
+pkgrel=32
pkgdesc="Netflow visualisation and investigation tool"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/nfsen"
diff --git a/install b/install
index 68a8b20ab5ad..445751cbdcc2 100644
--- a/install
+++ b/install
@@ -13,7 +13,7 @@ BLUE="${BOLD}$(tput setaf 4)"
GREEN="${BOLD}$(tput setaf 2)"
post_install() {
- mkdir /var/lib/nfsen && chmod 775 /var/lib/nfsen && chown nfsen:http /var/lib/nfsen
+ mkdir /var/lib/nfsen && chmod 775 /var/lib/nfsen
note 'To complete the installation, run:'
note ' cd /usr/share/webapps/nfsen'