commit:     fb8ced6b16ec6691483b74e66373afefa557b713
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 18:42:53 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 19:03:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8ced6b

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 <AT> gentoo.org>

 games-puzzle/xbomb/xbomb-2.2b-r3.ebuild | 4 ++--
 1 file 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 f5c0a4225be..ac1174f80e2 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

Reply via email to