From: Michał Górny Date: Wed, 28 Aug 2019 17:57:54 +0000 (+0200) Subject: net-analyzer/ntopng: Fix fowners call not to use EPREFIX X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a5e7ab21be9466cec932058afb1f7ba0938db6d8;p=gentoo.git net-analyzer/ntopng: Fix fowners call not to use EPREFIX Signed-off-by: Michał Górny --- 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() {