Skip to content

Commit

Permalink
games-fps/doom3-inhell: 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 2d8203c commit b793cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2013 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 bindist"
pkg_nofetch() {
elog "Please download ${SRC_URI} from:"
elog "http://www.filefront.com/4631315"
elog "and move it to ${DISTDIR}"
elog "and move it to your DISTDIR directory."
}

src_prepare() {
Expand Down

0 comments on commit b793cb5

Please sign in to comment.