games-action/nighthawk: fix missing quotes

Overlooked that somehow.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2022-05-19 16:32:55 -04:00
parent 21863df131
commit 2ece89d3cd
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
1 changed files with 2 additions and 2 deletions

View File

@ -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}