Skip to content

Commit

Permalink
games-fps/ut2004-troopers: don't reference ${DISTDIR} in pkg_nofetch
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <[email protected]>
  • Loading branch information
benkohler committed Dec 19, 2018
1 parent ef16ad5 commit ddb6a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games-fps/ut2004-troopers/ut2004-troopers-6.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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() {
Expand Down

0 comments on commit ddb6a65

Please sign in to comment.