diff options
author | Sam James <sam@gentoo.org> | 2021-08-23 05:22:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 06:05:08 +0100 |
commit | 38cec4aec1686ee5bdacd91ea3af64f302f42e6f (patch) | |
tree | 1bbf1c25c745d83a5ef371b8564bdb72408f2c68 /games-rpg | |
parent | games-roguelike/moria: fix group of binary (diff) | |
download | gentoo-38cec4aec1686ee5bdacd91ea3af64f302f42e6f.tar.gz gentoo-38cec4aec1686ee5bdacd91ea3af64f302f42e6f.tar.bz2 gentoo-38cec4aec1686ee5bdacd91ea3af64f302f42e6f.zip |
games-rpg/coe2: fix group of binary
Closes: https://bugs.gentoo.org/809353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/coe2/coe2-2007-r3.ebuild (renamed from games-rpg/coe2/coe2-2007-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-rpg/coe2/coe2-2007-r2.ebuild b/games-rpg/coe2/coe2-2007-r3.ebuild index 3ac7358ce27a..5b443192a0ba 100644 --- a/games-rpg/coe2/coe2-2007-r2.ebuild +++ b/games-rpg/coe2/coe2-2007-r3.ebuild @@ -58,6 +58,6 @@ src_install() { fperms 660 ${state_dir}/${f} done - fowners -R root:gamestat /var/lib/${PN}/ + fowners -R root:gamestat /var/lib/${PN}/ /opt/${PN}/coe_linux fperms g+s /opt/${PN}/coe_linux } |