From 8aa7664159967d671b425bb8f1fb00f9d1e56b9c Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Wed, 19 Dec 2018 08:28:04 -0600 Subject: games-rpg/to-the-moon: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ben Kohler --- games-rpg/to-the-moon/to-the-moon-0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games-rpg') diff --git a/games-rpg/to-the-moon/to-the-moon-0.ebuild b/games-rpg/to-the-moon/to-the-moon-0.ebuild index 7560ad283a8c..b55f9b6f24f4 100644 --- a/games-rpg/to-the-moon/to-the-moon-0.ebuild +++ b/games-rpg/to-the-moon/to-the-moon-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: unbundling sdl-sound breaks the game @@ -40,9 +40,9 @@ S=${WORKDIR}/data pkg_nofetch() { einfo - einfo "Please buy & download \"${SRC_URI}\" from:" + einfo "Please buy & download ${SRC_URI} from:" einfo " ${HOMEPAGE}" - einfo "and move/link it to \"${DISTDIR}\"" + einfo "and move/link it to your DISTDIR directory." einfo } -- cgit v1.2.3-65-gdbad