commit: 3edb7e2e494e96c71008051b9d2ae9327364f5d9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 23 03:48:30 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 23 04:06:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edb7e2e
games-arcade/pachi: fix group of binary Closes: https://bugs.gentoo.org/809353 Signed-off-by: Sam James <sam <AT> gentoo.org> games-arcade/pachi/{pachi-1.0-r1.ebuild => pachi-1.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-arcade/pachi/pachi-1.0-r1.ebuild b/games-arcade/pachi/pachi-1.0-r2.ebuild similarity index 93% rename from games-arcade/pachi/pachi-1.0-r1.ebuild rename to games-arcade/pachi/pachi-1.0-r2.ebuild index d8cfae4ed69..00da8955ee3 100644 --- a/games-arcade/pachi/pachi-1.0-r1.ebuild +++ b/games-arcade/pachi/pachi-1.0-r2.ebuild @@ -44,7 +44,7 @@ src_install() { newicon Tgfx/icon.bmp ${PN}.bmp make_desktop_entry ${PN} Pachi /usr/share/pixmaps/${PN}.bmp - fowners root:gamestat /var/lib/${PN}/data/scores.dat + fowners root:gamestat /var/lib/${PN}/data/scores.dat /usr/bin/${PN} fperms 660 /var/lib/${PN}/data/scores.dat fperms g+s /usr/bin/${PN} }
