diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 14:00:15 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 14:00:31 -0600 |
commit | 9de0425938078d5e04d56c5d34ea223e09cee262 (patch) | |
tree | 2f32d9d390a83ef2a00ea1f28ddb598c03f729d8 /games-rpg | |
parent | media-radio/wsjtx: adding x86 (diff) | |
download | gentoo-9de0425938078d5e04d56c5d34ea223e09cee262.tar.gz gentoo-9de0425938078d5e04d56c5d34ea223e09cee262.tar.bz2 gentoo-9de0425938078d5e04d56c5d34ea223e09cee262.zip |
games-rpg/arx-fatalis-data: 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')
-rw-r--r-- | games-rpg/arx-fatalis-data/arx-fatalis-data-1.21-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/arx-fatalis-data/arx-fatalis-data-1.21-r4.ebuild b/games-rpg/arx-fatalis-data/arx-fatalis-data-1.21-r4.ebuild index dc78d66cf81a..5d0e686cf136 100644 --- a/games-rpg/arx-fatalis-data/arx-fatalis-data-1.21-r4.ebuild +++ b/games-rpg/arx-fatalis-data/arx-fatalis-data-1.21-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -57,7 +57,7 @@ detect_language() { pkg_nofetch() { einfo "Please download ${A} from your GOG.com account after buying Arx Fatalis" - einfo "and put it into ${DISTDIR}." + einfo "and put it into your DISTDIR directory." } src_unpack() { |