commit: ace829c835de962ef3f550b59fddb97910349e5a
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 14:24:55 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 14:31:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace829c8
games-rpg/bastion: 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-rpg/bastion/bastion-20120620-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-rpg/bastion/bastion-20120620-r1.ebuild
b/games-rpg/bastion/bastion-20120620-r1.ebuild
index 4cb7738a2de..e35826a5faa 100644
--- a/games-rpg/bastion/bastion-20120620-r1.ebuild
+++ b/games-rpg/bastion/bastion-20120620-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=5
@@ -39,7 +39,7 @@ CHECKREQS_DISK_BUILD="2400M"
pkg_nofetch() {
einfo "Please buy & download ${SRC_URI} from:"
einfo " ${HOMEPAGE}"
- einfo "and move it to ${DISTDIR}"
+ einfo "and move it to your DISTDIR directory."
}
src_unpack() {