diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 11:14:37 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 11:14:37 -0600 |
commit | 8b3524322a567983e66a8620aecd76a98af09e9e (patch) | |
tree | d12d70e27acfdfda3c315b54c910d9a723f6119c /games-action | |
parent | games-action/brutal-legend: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-8b3524322a567983e66a8620aecd76a98af09e9e.tar.gz gentoo-8b3524322a567983e66a8620aecd76a98af09e9e.tar.bz2 gentoo-8b3524322a567983e66a8620aecd76a98af09e9e.zip |
games-action/hotline-miami: 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')
-rw-r--r-- | games-action/hotline-miami/hotline-miami-1.0.9a_p20140221-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/hotline-miami/hotline-miami-1.0.9a_p20140221-r1.ebuild b/games-action/hotline-miami/hotline-miami-1.0.9a_p20140221-r1.ebuild index c885ea8a511e..fa19d6e68fda 100644 --- a/games-action/hotline-miami/hotline-miami-1.0.9a_p20140221-r1.ebuild +++ b/games-action/hotline-miami/hotline-miami-1.0.9a_p20140221-r1.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 # TODO: unbundle Qt5 @@ -60,7 +60,7 @@ S=${WORKDIR} pkg_nofetch() { einfo "Please buy & download ${SRC_URI} from:" einfo " https://www.humblebundle.com/store" - einfo "and move it to ${DISTDIR}" + einfo "and move it to your DISTDIR directory." } src_install() { |