diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-28 19:57:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-28 21:41:14 +0200 |
commit | a5e7ab21be9466cec932058afb1f7ba0938db6d8 (patch) | |
tree | 83a491e18e88bc0bb7669464a64e2a949468b34a /net-analyzer/ntopng | |
parent | games-strategy/outerspace: Fix installing files into sitedir (diff) | |
download | gentoo-a5e7ab21be9466cec932058afb1f7ba0938db6d8.tar.gz gentoo-a5e7ab21be9466cec932058afb1f7ba0938db6d8.tar.bz2 gentoo-a5e7ab21be9466cec932058afb1f7ba0938db6d8.zip |
net-analyzer/ntopng: Fix fowners call not to use EPREFIX
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/ntopng')
-rw-r--r-- | net-analyzer/ntopng/ntopng-2.4-r1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/ntopng/ntopng-3.0-r4.ebuild | 2 | ||||
-rw-r--r-- | 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() { |