commit: f0186a06df950e5a40d7555efc2db368c34e8413 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 23 04:03:42 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 23 04:06:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0186a06
games-roguelike/tome: fix group of binary Closes: https://bugs.gentoo.org/809353 Signed-off-by: Sam James <sam <AT> gentoo.org> games-roguelike/tome/{tome-2.3.5.ebuild => tome-2.3.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-roguelike/tome/tome-2.3.5.ebuild b/games-roguelike/tome/tome-2.3.5-r1.ebuild similarity index 98% rename from games-roguelike/tome/tome-2.3.5.ebuild rename to games-roguelike/tome/tome-2.3.5-r1.ebuild index 3e388418794..946930b9a68 100644 --- a/games-roguelike/tome/tome-2.3.5.ebuild +++ b/games-roguelike/tome/tome-2.3.5-r1.ebuild @@ -135,7 +135,7 @@ src_install() { touch "${ED}/var/games/${PN}-scores.raw" || die fperms 660 /var/games/${PN}-scores.raw - fowners root:gamestat /var/games/${PN}-scores.raw + fowners root:gamestat /var/games/${PN}-scores.raw /usr/bin/${PN} fperms g+s /usr/bin/${PN} }
