From 0b739e25c4deecdf079a4b404687d9a85c030759 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 10:55:08 +0100 Subject: games-action/dxx-rebirth: fix variable references Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild | 2 +- games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'games-action') 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." -- cgit v1.2.3-65-gdbad