diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 11:14:01 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 11:14:01 -0600 |
commit | 3f9e6a3fde9d4a3ec4c3286fa50a2f227f9a277e (patch) | |
tree | 27189ea25c6fb2ccc6d9b55b565b80368c1ff3b4 /games-action | |
parent | games-action/beathazardultra: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-3f9e6a3fde9d4a3ec4c3286fa50a2f227f9a277e.tar.gz gentoo-3f9e6a3fde9d4a3ec4c3286fa50a2f227f9a277e.tar.bz2 gentoo-3f9e6a3fde9d4a3ec4c3286fa50a2f227f9a277e.zip |
games-action/brutal-legend: 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/brutal-legend/brutal-legend-20130615-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild b/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild index b9c0096e1456..1f80df831e04 100644 --- a/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild +++ b/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: unbundle libsdl-2 @@ -51,7 +51,7 @@ S=${WORKDIR}/data 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_unpack() { |