commit: 4e8f53e08c282ff4d91c3022f9de5c66b6101e64 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 23 04:21:29 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 23 05:05:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8f53e0
games-puzzle/xwelltris: fix group of binary Closes: https://bugs.gentoo.org/809353 Signed-off-by: Sam James <sam <AT> gentoo.org> .../xwelltris/{xwelltris-1.0.1.ebuild => xwelltris-1.0.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild b/games-puzzle/xwelltris/xwelltris-1.0.1-r1.ebuild similarity index 95% rename from games-puzzle/xwelltris/xwelltris-1.0.1.ebuild rename to games-puzzle/xwelltris/xwelltris-1.0.1-r1.ebuild index 11369637b0b..6d69ef03290 100644 --- a/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild +++ b/games-puzzle/xwelltris/xwelltris-1.0.1-r1.ebuild @@ -67,7 +67,7 @@ src_install() { # Move score file to our location mv "${ED}"/usr/share/${PN}/welltris.scores "${ED}"/var/lib/${PN}/welltris.scores || die - fowners root:gamestat /var/lib/${PN}/welltris.scores + fowners root:gamestat /var/lib/${PN}/welltris.scores /usr/bin/${PN} fperms 660 /var/lib/${PN}/welltris.scores fperms g+s /usr/bin/${PN} }
