diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-05-19 16:32:55 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-05-19 16:34:46 -0400 |
commit | 2ece89d3cd225052712a2e517f9730d4cb409d6b (patch) | |
tree | 5d8f82e97e21448e9064b16d50a5a15f66bd4e92 /games-action/nighthawk | |
parent | dev-libs/openssl: stable 1.1.1o for hppa, bug #845258 (diff) | |
download | gentoo-2ece89d3cd225052712a2e517f9730d4cb409d6b.tar.gz gentoo-2ece89d3cd225052712a2e517f9730d4cb409d6b.tar.bz2 gentoo-2ece89d3cd225052712a2e517f9730d4cb409d6b.zip |
games-action/nighthawk: fix missing quotes
Overlooked that somehow.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-action/nighthawk')
-rw-r--r-- | games-action/nighthawk/nighthawk-4.0.ebuild | 4 |
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} |