diff options
author | Sam James <sam@gentoo.org> | 2021-08-23 05:03:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:06:13 +0100 |
commit | f0186a06df950e5a40d7555efc2db368c34e8413 (patch) | |
tree | 8c3bdb23bdb3bdd9378884677140dc29cae42351 /games-roguelike/tome | |
parent | games-arcade/xjump: fix group of binary (diff) | |
download | gentoo-f0186a06df950e5a40d7555efc2db368c34e8413.tar.gz gentoo-f0186a06df950e5a40d7555efc2db368c34e8413.tar.bz2 gentoo-f0186a06df950e5a40d7555efc2db368c34e8413.zip |
games-roguelike/tome: fix group of binary
Closes: https://bugs.gentoo.org/809353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-roguelike/tome')
-rw-r--r-- | games-roguelike/tome/tome-2.3.5-r1.ebuild (renamed from games-roguelike/tome/tome-2.3.5.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-roguelike/tome/tome-2.3.5.ebuild b/games-roguelike/tome/tome-2.3.5-r1.ebuild index 3e3884187946..946930b9a686 100644 --- a/games-roguelike/tome/tome-2.3.5.ebuild +++ b/games-roguelike/tome/tome-2.3.5-r1.ebuild @@ -135,7 +135,7 @@ src_install() { touch "${ED}/var/games/${PN}-scores.raw" || die fperms 660 /var/games/${PN}-scores.raw - fowners root:gamestat /var/games/${PN}-scores.raw + fowners root:gamestat /var/games/${PN}-scores.raw /usr/bin/${PN} fperms g+s /usr/bin/${PN} } |