Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/nighthawk/
Date: Thu, 19 May 2022 20:36:23
Message-Id: 1652992486.2ece89d3cd225052712a2e517f9730d4cb409d6b.ionen@gentoo
1 commit: 2ece89d3cd225052712a2e517f9730d4cb409d6b
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 20:32:55 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 20:34:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ece89d3
7
8 games-action/nighthawk: fix missing quotes
9
10 Overlooked that somehow.
11
12 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
13
14 games-action/nighthawk/nighthawk-4.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-action/nighthawk/nighthawk-4.0.ebuild b/games-action/nighthawk/nighthawk-4.0.ebuild
18 index 7eb832117342..5053cd117474 100644
19 --- a/games-action/nighthawk/nighthawk-4.0.ebuild
20 +++ b/games-action/nighthawk/nighthawk-4.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2021 Gentoo Authors
23 +# Copyright 2021-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -45,7 +45,7 @@ src_install() {
28 dodoc WHATS_NEW
29
30 dodir /var/games
31 - > ${ED}/var/games/${PN}.scores || die
32 + > "${ED}"/var/games/${PN}.scores || die
33
34 fowners :gamestat /usr/bin/${PN} /var/games/${PN}.scores
35 fperms g+s /usr/bin/${PN}