diff options
author | 2018-12-19 08:28:04 -0600 | |
---|---|---|
committer | 2018-12-19 08:31:20 -0600 | |
commit | 8aa7664159967d671b425bb8f1fb00f9d1e56b9c (patch) | |
tree | 9626ef04080c17f788de92f8bfa3dbe47d3b4a16 /games-rpg/to-the-moon | |
parent | games-rpg/dungeon-defenders: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-8aa7664159967d671b425bb8f1fb00f9d1e56b9c.tar.gz gentoo-8aa7664159967d671b425bb8f1fb00f9d1e56b9c.tar.bz2 gentoo-8aa7664159967d671b425bb8f1fb00f9d1e56b9c.zip |
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 <bkohler@gentoo.org>
Diffstat (limited to 'games-rpg/to-the-moon')
-rw-r--r-- | games-rpg/to-the-moon/to-the-moon-0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |