summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 10:55:08 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:43:15 +0100
commit0b739e25c4deecdf079a4b404687d9a85c030759 (patch)
treef2167d6a51dfd254410f5f1b9b58dd23462d7261 /games-action
parentgames-action/descent2-freedata: fix variable references (diff)
downloadgentoo-0b739e25c4deecdf079a4b404687d9a85c030759.tar.gz
gentoo-0b739e25c4deecdf079a4b404687d9a85c030759.tar.bz2
gentoo-0b739e25c4deecdf079a4b404687d9a85c030759.zip
games-action/dxx-rebirth: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild2
-rw-r--r--games-action/dxx-rebirth/dxx-rebirth-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild
index 5375a057af94..b2446c72681e 100644
--- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild
+++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild
@@ -244,7 +244,7 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
if ! use data; then
- elog "$PN requires game data to play."
+ elog "${PN} requires game data to play."
elog "Game data is not included in this package. To play the game,"
elog "emerge the packages required by USE=data or install the game"
elog "data by hand."
diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
index 61777f8871ce..c111e88ee3ac 100644
--- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
+++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
@@ -236,7 +236,7 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
if ! use data; then
- elog "$PN requires game data to play."
+ elog "${PN} requires game data to play."
elog "Game data is not included in this package. To play the game,"
elog "emerge the packages required by USE=data or install the game"
elog "data by hand."