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-roguelike/tome/
Date: Mon, 23 Aug 2021 04:06:30
Message-Id: 1629691573.f0186a06df950e5a40d7555efc2db368c34e8413.sam@gentoo
1 commit: f0186a06df950e5a40d7555efc2db368c34e8413
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 04:03:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 04:06:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0186a06
7
8 games-roguelike/tome: 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-roguelike/tome/{tome-2.3.5.ebuild => tome-2.3.5-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/games-roguelike/tome/tome-2.3.5.ebuild b/games-roguelike/tome/tome-2.3.5-r1.ebuild
17 similarity index 98%
18 rename from games-roguelike/tome/tome-2.3.5.ebuild
19 rename to games-roguelike/tome/tome-2.3.5-r1.ebuild
20 index 3e388418794..946930b9a68 100644
21 --- a/games-roguelike/tome/tome-2.3.5.ebuild
22 +++ b/games-roguelike/tome/tome-2.3.5-r1.ebuild
23 @@ -135,7 +135,7 @@ src_install() {
24 touch "${ED}/var/games/${PN}-scores.raw" || die
25
26 fperms 660 /var/games/${PN}-scores.raw
27 - fowners root:gamestat /var/games/${PN}-scores.raw
28 + fowners root:gamestat /var/games/${PN}-scores.raw /usr/bin/${PN}
29 fperms g+s /usr/bin/${PN}
30 }