summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-05-19 16:32:55 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-05-19 16:34:46 -0400
commit2ece89d3cd225052712a2e517f9730d4cb409d6b (patch)
tree5d8f82e97e21448e9064b16d50a5a15f66bd4e92
parentdev-libs/openssl: stable 1.1.1o for hppa, bug #845258 (diff)
downloadgentoo-2ece89d3.tar.gz
gentoo-2ece89d3.tar.bz2
gentoo-2ece89d3.zip
games-action/nighthawk: fix missing quotes
Overlooked that somehow. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--games-action/nighthawk/nighthawk-4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/nighthawk/nighthawk-4.0.ebuild b/games-action/nighthawk/nighthawk-4.0.ebuild
index 7eb832117342..5053cd117474 100644
--- a/games-action/nighthawk/nighthawk-4.0.ebuild
+++ b/games-action/nighthawk/nighthawk-4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -45,7 +45,7 @@ src_install() {
dodoc WHATS_NEW
dodir /var/games
- > ${ED}/var/games/${PN}.scores || die
+ > "${ED}"/var/games/${PN}.scores || die
fowners :gamestat /usr/bin/${PN} /var/games/${PN}.scores
fperms g+s /usr/bin/${PN}