summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-23 05:20:19 +0100
committerSam James <sam@gentoo.org>2021-08-23 06:05:04 +0100
commit3018fbea51adebe6a7b0e8adb9f11de9aaca112c (patch)
treef5e79588605c941d04d16894934435aacdd3dfb8 /games-puzzle
parentgames-arcade/jardinains: fix group of binary (diff)
downloadgentoo-3018fbea51adebe6a7b0e8adb9f11de9aaca112c.tar.gz
gentoo-3018fbea51adebe6a7b0e8adb9f11de9aaca112c.tar.bz2
gentoo-3018fbea51adebe6a7b0e8adb9f11de9aaca112c.zip
games-puzzle/seatris: fix group of binary
Closes: https://bugs.gentoo.org/809353 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/seatris/seatris-0.0.14-r2.ebuild (renamed from games-puzzle/seatris/seatris-0.0.14-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-puzzle/seatris/seatris-0.0.14-r1.ebuild b/games-puzzle/seatris/seatris-0.0.14-r2.ebuild
index 6669683f0a9d..2b208413feb3 100644
--- a/games-puzzle/seatris/seatris-0.0.14-r1.ebuild
+++ b/games-puzzle/seatris/seatris-0.0.14-r2.ebuild
@@ -51,6 +51,6 @@ src_install() {
touch "${ED}"/var/lib/${PN}/seatris.score || die
fperms 660 /var/lib/${PN}/seatris.score
- fowners -R root:gamestat /var/lib/${PN}
+ fowners -R root:gamestat /var/lib/${PN} /usr/bin/${PN}
fperms g+s /usr/bin/${PN}
}