commit:     a5e7ab21be9466cec932058afb1f7ba0938db6d8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 17:57:54 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 19:41:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e7ab21

net-analyzer/ntopng: Fix fowners call not to use EPREFIX

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 1e888605a06..3e53ff54518 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 5670739bea2..2a126bff047 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 132b23563ef..adb578b7ff8 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() {

Reply via email to