commit: 3018fbea51adebe6a7b0e8adb9f11de9aaca112c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 23 04:20:19 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 23 05:05:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3018fbea
games-puzzle/seatris: fix group of binary Closes: https://bugs.gentoo.org/809353 Signed-off-by: Sam James <sam <AT> gentoo.org> .../seatris/{seatris-0.0.14-r1.ebuild => seatris-0.0.14-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-puzzle/seatris/seatris-0.0.14-r1.ebuild b/games-puzzle/seatris/seatris-0.0.14-r2.ebuild similarity index 94% rename from games-puzzle/seatris/seatris-0.0.14-r1.ebuild rename to games-puzzle/seatris/seatris-0.0.14-r2.ebuild index 6669683f0a9..2b208413feb 100644 --- a/games-puzzle/seatris/seatris-0.0.14-r1.ebuild +++ b/games-puzzle/seatris/seatris-0.0.14-r2.ebuild @@ -51,6 +51,6 @@ src_install() { touch "${ED}"/var/lib/${PN}/seatris.score || die fperms 660 /var/lib/${PN}/seatris.score - fowners -R root:gamestat /var/lib/${PN} + fowners -R root:gamestat /var/lib/${PN} /usr/bin/${PN} fperms g+s /usr/bin/${PN} }
