diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:24:55 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:18 -0600 |
commit | ace829c835de962ef3f550b59fddb97910349e5a (patch) | |
tree | 6a6de5c112c9fb91a3d1645ceaa95dbf5957be2c /games-rpg | |
parent | games-roguelike/FTL: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-ace829c835de962ef3f550b59fddb97910349e5a.tar.gz gentoo-ace829c835de962ef3f550b59fddb97910349e5a.tar.bz2 gentoo-ace829c835de962ef3f550b59fddb97910349e5a.zip |
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@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/bastion/bastion-20120620-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/bastion/bastion-20120620-r1.ebuild b/games-rpg/bastion/bastion-20120620-r1.ebuild index 4cb7738a2de0..e35826a5faa6 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() { |