Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/
Date: Wed, 28 Aug 2019 19:41:23
Message-Id: 1567021274.a5e7ab21be9466cec932058afb1f7ba0938db6d8.mgorny@gentoo
1 commit: a5e7ab21be9466cec932058afb1f7ba0938db6d8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 17:57:54 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 19:41:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e7ab21
7
8 net-analyzer/ntopng: Fix fowners call not to use EPREFIX
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/ntopng/ntopng-2.4-r1.ebuild | 2 +-
13 net-analyzer/ntopng/ntopng-3.0-r4.ebuild | 2 +-
14 net-analyzer/ntopng/ntopng-3.8.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-analyzer/ntopng/ntopng-2.4-r1.ebuild b/net-analyzer/ntopng/ntopng-2.4-r1.ebuild
18 index 1e888605a06..3e53ff54518 100644
19 --- a/net-analyzer/ntopng/ntopng-2.4-r1.ebuild
20 +++ b/net-analyzer/ntopng/ntopng-2.4-r1.ebuild
21 @@ -74,7 +74,7 @@ src_install() {
22 newconfd "${FILESDIR}/ntopng.conf.d" ntopng
23
24 dodir "/var/lib/ntopng"
25 - fowners ntopng "${EPREFIX}/var/lib/ntopng"
26 + fowners ntopng "/var/lib/ntopng"
27 }
28
29 pkg_setup() {
30
31 diff --git a/net-analyzer/ntopng/ntopng-3.0-r4.ebuild b/net-analyzer/ntopng/ntopng-3.0-r4.ebuild
32 index 5670739bea2..2a126bff047 100644
33 --- a/net-analyzer/ntopng/ntopng-3.0-r4.ebuild
34 +++ b/net-analyzer/ntopng/ntopng-3.0-r4.ebuild
35 @@ -63,7 +63,7 @@ src_install() {
36 newconfd "${FILESDIR}/ntopng.conf.d" ntopng
37
38 dodir "/var/lib/ntopng"
39 - fowners ntopng "${EPREFIX}/var/lib/ntopng"
40 + fowners ntopng "/var/lib/ntopng"
41 }
42
43 pkg_setup() {
44
45 diff --git a/net-analyzer/ntopng/ntopng-3.8.ebuild b/net-analyzer/ntopng/ntopng-3.8.ebuild
46 index 132b23563ef..adb578b7ff8 100644
47 --- a/net-analyzer/ntopng/ntopng-3.8.ebuild
48 +++ b/net-analyzer/ntopng/ntopng-3.8.ebuild
49 @@ -64,7 +64,7 @@ src_install() {
50 newconfd "${FILESDIR}/ntopng.conf.d" ntopng
51
52 dodir "/var/lib/ntopng"
53 - fowners ntopng "${EPREFIX}/var/lib/ntopng"
54 + fowners ntopng "/var/lib/ntopng"
55 }
56
57 pkg_setup() {