diff options
author | Sam James <sam@gentoo.org> | 2021-08-23 04:48:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:06:07 +0100 |
commit | 3edb7e2e494e96c71008051b9d2ae9327364f5d9 (patch) | |
tree | c8eb3a11e7d8cd47e1b4dc8b28496f028f0c9028 /games-arcade | |
parent | games-arcade/tomatoes: fix group of binary (diff) | |
download | gentoo-3edb7e2e494e96c71008051b9d2ae9327364f5d9.tar.gz gentoo-3edb7e2e494e96c71008051b9d2ae9327364f5d9.tar.bz2 gentoo-3edb7e2e494e96c71008051b9d2ae9327364f5d9.zip |
games-arcade/pachi: fix group of binary
Closes: https://bugs.gentoo.org/809353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/pachi/pachi-1.0-r2.ebuild (renamed from games-arcade/pachi/pachi-1.0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-arcade/pachi/pachi-1.0-r1.ebuild b/games-arcade/pachi/pachi-1.0-r2.ebuild index d8cfae4ed69f..00da8955ee37 100644 --- a/games-arcade/pachi/pachi-1.0-r1.ebuild +++ b/games-arcade/pachi/pachi-1.0-r2.ebuild @@ -44,7 +44,7 @@ src_install() { newicon Tgfx/icon.bmp ${PN}.bmp make_desktop_entry ${PN} Pachi /usr/share/pixmaps/${PN}.bmp - fowners root:gamestat /var/lib/${PN}/data/scores.dat + fowners root:gamestat /var/lib/${PN}/data/scores.dat /usr/bin/${PN} fperms 660 /var/lib/${PN}/data/scores.dat fperms g+s /usr/bin/${PN} } |