commit: 9895c403d5a0aa51c58fb359b314b0c94fbe8f7e
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 13:54:07 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 14:31:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9895c403
games-action/intrusion2: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
games-action/intrusion2/intrusion2-1.024.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-action/intrusion2/intrusion2-1.024.ebuild
b/games-action/intrusion2/intrusion2-1.024.ebuild
index 69aae57e2d3..627e48003a2 100644
--- a/games-action/intrusion2/intrusion2-1.024.ebuild
+++ b/games-action/intrusion2/intrusion2-1.024.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
@@ -57,7 +57,7 @@ S=${WORKDIR}
pkg_nofetch() {
einfo "Please buy & download ${SRC_URI} from:"
einfo " ${HOMEPAGE}"
- einfo "and move it to ${DISTDIR}"
+ einfo "and move it to your DISTFILES directory."
einfo
}