diff options
author | Sam James <sam@gentoo.org> | 2021-08-23 04:48:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:06:06 +0100 |
commit | 784f76a9a73772dddf73cf96bd85e4db11c765da (patch) | |
tree | c23b28b83fc62f36192d989dea80dfed383f02e4 /games-arcade/tomatoes | |
parent | games-arcade/emilia-pinball: fix group of binary (diff) | |
download | gentoo-784f76a9a73772dddf73cf96bd85e4db11c765da.tar.gz gentoo-784f76a9a73772dddf73cf96bd85e4db11c765da.tar.bz2 gentoo-784f76a9a73772dddf73cf96bd85e4db11c765da.zip |
games-arcade/tomatoes: fix group of binary
Closes: https://bugs.gentoo.org/809353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade/tomatoes')
-rw-r--r-- | games-arcade/tomatoes/tomatoes-1.55-r4.ebuild (renamed from games-arcade/tomatoes/tomatoes-1.55-r3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-arcade/tomatoes/tomatoes-1.55-r3.ebuild b/games-arcade/tomatoes/tomatoes-1.55-r4.ebuild index 088f0a4563b1..7bf17cee3fca 100644 --- a/games-arcade/tomatoes/tomatoes-1.55-r3.ebuild +++ b/games-arcade/tomatoes/tomatoes-1.55-r4.ebuild @@ -67,7 +67,7 @@ src_install() { touch "${ED}"/var/games/${PN}/hiscore.lst || die "touch failed" fperms 660 /var/games/${PN}/hiscore.lst - fowners -R root:gamestat /var/games/${PN} + fowners -R root:gamestat /var/games/${PN} /usr/bin/${PN} fperms g+s /usr/bin/${PN} insinto /etc/${PN} |