diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:19:30 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-19 08:31:14 -0600 |
commit | 435e3ba1e42a826914bc895200115c2a6f9f1ac0 (patch) | |
tree | 5df4ab334df98977fab4072850bf654ac23ae7a2 /games-fps | |
parent | games-fps/ut2004-troopers: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-435e3ba1e42a826914bc895200115c2a6f9f1ac0.tar.gz gentoo-435e3ba1e42a826914bc895200115c2a6f9f1ac0.tar.bz2 gentoo-435e3ba1e42a826914bc895200115c2a6f9f1ac0.zip |
games-fps/ut2004-unwheel: 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-unwheel/ut2004-unwheel-0_beta5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild b/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild index 934b1d4547dd..497dc9518b13 100644 --- a/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.ebuild +++ b/games-fps/ut2004-unwheel/ut2004-unwheel-0_beta5.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 @@ -22,7 +22,7 @@ pkg_nofetch() { elog "Please download the following files:" elog "http://www.filefront.com/5110896" elog "http://www.filefront.com/13792114" - elog "and move them to ${DISTDIR}" + elog "and move them to your DISTDIR directory." } src_unpack() { |