diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-08-27 14:42:53 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-08-27 15:03:15 -0400 |
commit | fb8ced6b16ec6691483b74e66373afefa557b713 (patch) | |
tree | 629810685ab5999d9c782211690d0b3d512e93c9 /games-puzzle/xbomb | |
parent | games-puzzle/xbomb: various fixes, bump eapi (diff) | |
download | gentoo-fb8ced6b16ec6691483b74e66373afefa557b713.tar.gz gentoo-fb8ced6b16ec6691483b74e66373afefa557b713.tar.bz2 gentoo-fb8ced6b16ec6691483b74e66373afefa557b713.zip |
games-puzzle/xbomb: set highscore files themselves to gamestat
Not caused by previous PR, was wrong in the first place
(confirmed that highscores do get saved now)
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle/xbomb')
-rw-r--r-- | games-puzzle/xbomb/xbomb-2.2b-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/xbomb/xbomb-2.2b-r3.ebuild b/games-puzzle/xbomb/xbomb-2.2b-r3.ebuild index f5c0a4225bea..ac1174f80e21 100644 --- a/games-puzzle/xbomb/xbomb-2.2b-r3.ebuild +++ b/games-puzzle/xbomb/xbomb-2.2b-r3.ebuild @@ -48,9 +48,9 @@ src_install() { dodir /var/games/${PN} touch "${ED}"/var/games/${PN}/${PN}{3,4,6}.hi || die "touch failed" - fperms 660 /var/games/${PN}/${PN}{3,4,6}.hi - fowners root:gamestat /var/games/${PN} /usr/bin/${PN} + fowners :gamestat /var/games/${PN}{,/${PN}{3,4,6}.hi} /usr/bin/${PN} + fperms 660 /var/games/${PN}/${PN}{3,4,6}.hi fperms g+s /usr/bin/${PN} make_desktop_entry xbomb XBomb |