diff options
author | 2018-12-20 10:55:29 -0600 | |
---|---|---|
committer | 2018-12-20 11:05:51 -0600 | |
commit | b58b5a759fb63fd3c06577b5bc6059d00b2f5ad5 (patch) | |
tree | a13d384e000036db4d592ac37fef3016e83d65a4 /dev-java | |
parent | dev-java/jdbc-informix: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-b58b5a759fb63fd3c06577b5bc6059d00b2f5ad5.tar.gz gentoo-b58b5a759fb63fd3c06577b5bc6059d00b2f5ad5.tar.bz2 gentoo-b58b5a759fb63fd3c06577b5bc6059d00b2f5ad5.zip |
dev-java/jdbc2-stdext: 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 'dev-java')
-rw-r--r-- | dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild index f49f640216bc..1c8b12f2670c 100644 --- a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild +++ b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0-r3.ebuild @@ -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" @@ -39,7 +39,7 @@ pkg_nofetch() { einfo " 1. Visit ${download_url}" einfo " 2. Select 'JDBC Standard Extension Source 2.0'" einfo " 3. Download ${stdext_src}" - einfo " 4. Move to ${DISTDIR}" + einfo " 4. Move to your DISTDIR directory" einfo einfo " Run emerge on this package again to complete" einfo |