Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/coe2/
Date: Mon, 23 Aug 2021 05:05:21
Message-Id: 1629695108.38cec4aec1686ee5bdacd91ea3af64f302f42e6f.sam@gentoo
1 commit: 38cec4aec1686ee5bdacd91ea3af64f302f42e6f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 04:22:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 05:05:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cec4ae
7
8 games-rpg/coe2: fix group of binary
9
10 Closes: https://bugs.gentoo.org/809353
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 games-rpg/coe2/{coe2-2007-r2.ebuild => coe2-2007-r3.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/games-rpg/coe2/coe2-2007-r2.ebuild b/games-rpg/coe2/coe2-2007-r3.ebuild
17 similarity index 95%
18 rename from games-rpg/coe2/coe2-2007-r2.ebuild
19 rename to games-rpg/coe2/coe2-2007-r3.ebuild
20 index 3ac7358ce27..5b443192a0b 100644
21 --- a/games-rpg/coe2/coe2-2007-r2.ebuild
22 +++ b/games-rpg/coe2/coe2-2007-r3.ebuild
23 @@ -58,6 +58,6 @@ src_install() {
24 fperms 660 ${state_dir}/${f}
25 done
26
27 - fowners -R root:gamestat /var/lib/${PN}/
28 + fowners -R root:gamestat /var/lib/${PN}/ /opt/${PN}/coe_linux
29 fperms g+s /opt/${PN}/coe_linux
30 }