From 7799661b537d1bc4c14cd47ec2df384ee80467ea Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Thu, 20 Dec 2018 11:23:15 -0600 Subject: games-rpg/baldurs-gate-ee: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ben Kohler --- games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild b/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild index 4e3bf5f6ec9a..db0585c3d93b 100644 --- a/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild +++ b/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.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=6 @@ -29,7 +29,7 @@ S="${WORKDIR}/data/noarch" pkg_nofetch() { einfo "Please buy and download \"${SRC_URI}\" from" einfo "https://www.gog.com/game/baldurs_gate_enhanced_edition" - einfo "and copy it to \"${DISTDIR}\"" + einfo "and copy it into your DISTDIR directory." } src_unpack() { -- cgit v1.2.3-65-gdbad