Skip to content

Commit

Permalink
games-fps/doom3-eventhorizon: 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 2674c48 commit 085a61d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -19,9 +19,9 @@ RESTRICT="fetch mirror"

pkg_nofetch() {
einfo
einfo "Please download \"${SRC_URI}\" from:"
einfo "Please download ${SRC_URI} from:"
einfo " ${HOMEPAGE}"
einfo "and move/link it to \"${DISTDIR}\""
einfo "and move it to your DISTDIR directory."
einfo
}

Expand Down

0 comments on commit 085a61d

Please sign in to comment.