From 55fb88f44283fb63577cdc461378bf4901736a89 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Wed, 19 Dec 2018 08:21:11 -0600 Subject: games-misc/papers-please: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ben Kohler --- games-misc/papers-please/papers-please-1.1.65.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games-misc') diff --git a/games-misc/papers-please/papers-please-1.1.65.ebuild b/games-misc/papers-please/papers-please-1.1.65.ebuild index fc553bd4d136..db15ecb72c8b 100644 --- a/games-misc/papers-please/papers-please-1.1.65.ebuild +++ b/games-misc/papers-please/papers-please-1.1.65.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,9 +43,9 @@ S=${WORKDIR}/${PN} 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 it to your DISTDIR directory." einfo } -- cgit v1.2.3-65-gdbad