diff options
author | 2018-12-20 11:03:28 -0600 | |
---|---|---|
committer | 2018-12-20 11:05:55 -0600 | |
commit | 4270aa69a8316d3eb194e7960fceada7ab6a87e2 (patch) | |
tree | e040f15287261221c4c272be5a6ed33a4c9ab22d | |
parent | dev-java/sun-java3d-bin: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-4270aa69a8316d3eb194e7960fceada7ab6a87e2.tar.gz gentoo-4270aa69a8316d3eb194e7960fceada7ab6a87e2.tar.bz2 gentoo-4270aa69a8316d3eb194e7960fceada7ab6a87e2.zip |
dev-java/sun-jimi: 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>
-rw-r--r-- | dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild b/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild index ba659b246e7..25366df780b 100644 --- a/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild +++ b/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,7 +26,8 @@ S=${WORKDIR}/Jimi pkg_nofetch() { local download_url="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-client-419417.html#7259-jimi_sdk-1.0-oth-JPR" - einfo "Please download ${A} from the following url and place it in ${DISTDIR}" + einfo "Please download ${A} from the following url and place it into your" + einfo "DISTDIR directory:" einfo "${download_url} " } |