commit: bd960a14955aaff48cd102936e9643b88f738722 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 23 04:03:27 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 23 04:06:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd960a14
games-arcade/xjump: fix group of binary Closes: https://bugs.gentoo.org/809353 Signed-off-by: Sam James <sam <AT> gentoo.org> games-arcade/xjump/{xjump-2.7.5-r1.ebuild => xjump-2.7.5-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-arcade/xjump/xjump-2.7.5-r1.ebuild b/games-arcade/xjump/xjump-2.7.5-r2.ebuild similarity index 94% rename from games-arcade/xjump/xjump-2.7.5-r1.ebuild rename to games-arcade/xjump/xjump-2.7.5-r2.ebuild index 5e3328386b4..7dacc1d1aa3 100644 --- a/games-arcade/xjump/xjump-2.7.5-r1.ebuild +++ b/games-arcade/xjump/xjump-2.7.5-r2.ebuild @@ -58,6 +58,6 @@ src_install() { touch "${ED}"/var/games/${PN}/xjump.hiscores || die fperms -R 660 /var/games/${PN} - fowners -R root:gamestat /var/games/${PN} - fperms g+s /usr/bin/xjump + fowners -R root:gamestat /var/games/${PN} /usr/bin/${PN} + fperms g+s /usr/bin/${PN} }
