diff options
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild | 2 | ||||
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 2 |
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." |