diff options
author | Sam James <sam@gentoo.org> | 2021-08-23 05:03:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:06:12 +0100 |
commit | bd960a14955aaff48cd102936e9643b88f738722 (patch) | |
tree | af399c3b4396d8f87ca0d080113147ebecfb0bfb /games-arcade | |
parent | games-arcade/xgalaga: fix group of binary (diff) | |
download | gentoo-bd960a14955aaff48cd102936e9643b88f738722.tar.gz gentoo-bd960a14955aaff48cd102936e9643b88f738722.tar.bz2 gentoo-bd960a14955aaff48cd102936e9643b88f738722.zip |
games-arcade/xjump: fix group of binary
Closes: https://bugs.gentoo.org/809353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xjump/xjump-2.7.5-r2.ebuild (renamed from games-arcade/xjump/xjump-2.7.5-r1.ebuild) | 4 |
1 files 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 index 5e3328386b46..7dacc1d1aa39 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} } |