summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorle342019-08-27 13:30:47 +1100
committerle342019-08-27 13:30:47 +1100
commitc388e9f2a585df45ceb5677c029f4e6cae56d6f0 (patch)
treebb6795bb22a4726e1bcfb6693ed39767bc7eef72
parent18abc11f80b3813be5ad03db627c4ba139b1eb32 (diff)
downloadaur-c388e9f2a585df45ceb5677c029f4e6cae56d6f0.tar.gz
Change: install file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--install5
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cb87142821e..eea718a80453 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 27 02:08:12 UTC 2019
+# Tue Aug 27 02:30:33 UTC 2019
pkgbase = nfsen
pkgdesc = Netflow visualisation and investigation tool
pkgver = 1.3.8
- pkgrel = 30
+ pkgrel = 31
url = https://sourceforge.net/projects/nfsen
install = install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a80103a07e01..cb10d5c8460b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nfsen
pkgver=1.3.8
-pkgrel=30
+pkgrel=31
pkgdesc="Netflow visualisation and investigation tool"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/nfsen"
diff --git a/install b/install
index bf6d3cf70dbb..68a8b20ab5ad 100644
--- a/install
+++ b/install
@@ -13,9 +13,8 @@ BLUE="${BOLD}$(tput setaf 4)"
GREEN="${BOLD}$(tput setaf 2)"
post_install() {
- usr/bin/systemd-sysusers nfsen.conf || true
- usr/bin/systemd-tmpfiles --create nfsen.conf || true
-
+ mkdir /var/lib/nfsen && chmod 775 /var/lib/nfsen && chown nfsen:http /var/lib/nfsen
+
note 'To complete the installation, run:'
note ' cd /usr/share/webapps/nfsen'
note ' su -c "./install.pl /etc/nfsen/nfsen.conf"'