From a5e7ab21be9466cec932058afb1f7ba0938db6d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 28 Aug 2019 19:57:54 +0200 Subject: [PATCH] net-analyzer/ntopng: Fix fowners call not to use EPREFIX MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-analyzer/ntopng/ntopng-2.4-r1.ebuild | 2 +- net-analyzer/ntopng/ntopng-3.0-r4.ebuild | 2 +- net-analyzer/ntopng/ntopng-3.8.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/ntopng/ntopng-2.4-r1.ebuild b/net-analyzer/ntopng/ntopng-2.4-r1.ebuild index 1e888605a06b..3e53ff545180 100644 --- a/net-analyzer/ntopng/ntopng-2.4-r1.ebuild +++ b/net-analyzer/ntopng/ntopng-2.4-r1.ebuild @@ -74,7 +74,7 @@ src_install() { newconfd "${FILESDIR}/ntopng.conf.d" ntopng dodir "/var/lib/ntopng" - fowners ntopng "${EPREFIX}/var/lib/ntopng" + fowners ntopng "/var/lib/ntopng" } pkg_setup() { diff --git a/net-analyzer/ntopng/ntopng-3.0-r4.ebuild b/net-analyzer/ntopng/ntopng-3.0-r4.ebuild index 5670739bea2d..2a126bff0473 100644 --- a/net-analyzer/ntopng/ntopng-3.0-r4.ebuild +++ b/net-analyzer/ntopng/ntopng-3.0-r4.ebuild @@ -63,7 +63,7 @@ src_install() { newconfd "${FILESDIR}/ntopng.conf.d" ntopng dodir "/var/lib/ntopng" - fowners ntopng "${EPREFIX}/var/lib/ntopng" + fowners ntopng "/var/lib/ntopng" } pkg_setup() { diff --git a/net-analyzer/ntopng/ntopng-3.8.ebuild b/net-analyzer/ntopng/ntopng-3.8.ebuild index 132b23563ef3..adb578b7ff8b 100644 --- a/net-analyzer/ntopng/ntopng-3.8.ebuild +++ b/net-analyzer/ntopng/ntopng-3.8.ebuild @@ -64,7 +64,7 @@ src_install() { newconfd "${FILESDIR}/ntopng.conf.d" ntopng dodir "/var/lib/ntopng" - fowners ntopng "${EPREFIX}/var/lib/ntopng" + fowners ntopng "/var/lib/ntopng" } pkg_setup() { -- 2.26.2