Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/xgalaga/
Date: Mon, 23 Aug 2021 04:06:29
Message-Id: 1629691571.280712171311f1d1e10490512a08737f5f8e0eab.sam@gentoo
1 commit: 280712171311f1d1e10490512a08737f5f8e0eab
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 04:02:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 04:06:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28071217
7
8 games-arcade/xgalaga: fix group of binary
9
10 Closes: https://bugs.gentoo.org/809353
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 games-arcade/xgalaga/xgalaga-2.1.1.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/games-arcade/xgalaga/xgalaga-2.1.1.0-r1.ebuild b/games-arcade/xgalaga/xgalaga-2.1.1.0-r1.ebuild
17 index 45c550a058b..1b87b13d58d 100644
18 --- a/games-arcade/xgalaga/xgalaga-2.1.1.0-r1.ebuild
19 +++ b/games-arcade/xgalaga/xgalaga-2.1.1.0-r1.ebuild
20 @@ -60,6 +60,6 @@ src_install() {
21 touch "${ED}"/var/games/${PN}/scores || die
22
23 fperms -R 660 /var/games/${PN}
24 - fowners -R root:gamestat /var/games/${PN}
25 + fowners -R root:gamestat /var/games/${PN} /usr/bin/{xgalaga,xgal.sndsrv.oss,xgalaga-hyperspace}
26 fperms g+s /usr/bin/{xgalaga,xgal.sndsrv.oss,xgalaga-hyperspace}
27 }