diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:17:07 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:12 -0600 |
commit | ef16ad5095bfa7cda0927abc0394b7dca56720ea (patch) | |
tree | 91b7fad99730115118e813d1b5765a540656cb44 /games-fps | |
parent | games-fps/doom3-mitm: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-ef16ad5095bfa7cda0927abc0394b7dca56720ea.tar.gz gentoo-ef16ad5095bfa7cda0927abc0394b7dca56720ea.tar.bz2 gentoo-ef16ad5095bfa7cda0927abc0394b7dca56720ea.zip |
games-fps/ut2004-hamsterbash: 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-fps')
-rw-r--r-- | games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild index deff807a29dd..3f7a22485abe 100644 --- a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild +++ b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.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 @@ -20,7 +20,7 @@ RESTRICT="fetch" pkg_nofetch() { elog "Please download ${SRC_URI} from:" elog "${HOMEPAGE}" - elog "and move it to ${DISTDIR}" + elog "and move it to your DISTDIR directory." } src_prepare() { |