commit: 784f76a9a73772dddf73cf96bd85e4db11c765da Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 23 03:48:05 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 23 04:06:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784f76a9
games-arcade/tomatoes: fix group of binary Closes: https://bugs.gentoo.org/809353 Signed-off-by: Sam James <sam <AT> gentoo.org> .../tomatoes/{tomatoes-1.55-r3.ebuild => tomatoes-1.55-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-arcade/tomatoes/tomatoes-1.55-r3.ebuild b/games-arcade/tomatoes/tomatoes-1.55-r4.ebuild similarity index 96% rename from games-arcade/tomatoes/tomatoes-1.55-r3.ebuild rename to games-arcade/tomatoes/tomatoes-1.55-r4.ebuild index 088f0a4563b..7bf17cee3fc 100644 --- a/games-arcade/tomatoes/tomatoes-1.55-r3.ebuild +++ b/games-arcade/tomatoes/tomatoes-1.55-r4.ebuild @@ -67,7 +67,7 @@ src_install() { touch "${ED}"/var/games/${PN}/hiscore.lst || die "touch failed" fperms 660 /var/games/${PN}/hiscore.lst - fowners -R root:gamestat /var/games/${PN} + fowners -R root:gamestat /var/games/${PN} /usr/bin/${PN} fperms g+s /usr/bin/${PN} insinto /etc/${PN}
