diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:29:15 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:21 -0600 |
commit | 12b2366d133268c743052e1d854dc2c62a5c6dc2 (patch) | |
tree | 5818b624bc41f0d41cf6de3206c45a1ca02dd805 /games-rpg/wasteland2 | |
parent | games-rpg/to-the-moon: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-12b2366d133268c743052e1d854dc2c62a5c6dc2.tar.gz gentoo-12b2366d133268c743052e1d854dc2c62a5c6dc2.tar.bz2 gentoo-12b2366d133268c743052e1d854dc2c62a5c6dc2.zip |
games-rpg/wasteland2: 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/wasteland2')
-rw-r--r-- | games-rpg/wasteland2/wasteland2-1.9.0.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-rpg/wasteland2/wasteland2-1.9.0.13.ebuild b/games-rpg/wasteland2/wasteland2-1.9.0.13.ebuild index c457367707b7..b8ddb7e9b2e9 100644 --- a/games-rpg/wasteland2/wasteland2-1.9.0.13.ebuild +++ b/games-rpg/wasteland2/wasteland2-1.9.0.13.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 EAPI=5 @@ -43,8 +43,8 @@ pkg_nofetch() { einfo einfo "Please buy Wasteland 2" einfo "from https://www.gog.com/ and" - einfo "download \"${SRC_URI}\"" - einfo "and move/link it to \"${DISTDIR}\"" + einfo "download ${SRC_URI}" + einfo "and move it to your DISTDIR directory." einfo einfo "This ebuild was tested with the CLASSICAL edition." einfo "If it works with the deluxe edition too, please" |