diff options
Diffstat (limited to 'games-puzzle')
-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 |