diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 07:54:07 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:03 -0600 |
commit | 9895c403d5a0aa51c58fb359b314b0c94fbe8f7e (patch) | |
tree | 39e9dc700023588ddf0e353f185e908f479b0a2d /games-action/intrusion2 | |
parent | app-office/libreoffice: Restore 6.1.4.2 keywords (diff) | |
download | gentoo-9895c403d5a0aa51c58fb359b314b0c94fbe8f7e.tar.gz gentoo-9895c403d5a0aa51c58fb359b314b0c94fbe8f7e.tar.bz2 gentoo-9895c403d5a0aa51c58fb359b314b0c94fbe8f7e.zip |
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@gentoo.org>
Diffstat (limited to 'games-action/intrusion2')
-rw-r--r-- | games-action/intrusion2/intrusion2-1.024.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/intrusion2/intrusion2-1.024.ebuild b/games-action/intrusion2/intrusion2-1.024.ebuild index 69aae57e2d33..627e48003a22 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 } |