diff options
author | Stuart Herbert <stuart@gentoo.org> | 2006-04-30 17:51:02 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2006-04-30 17:51:02 +0000 |
commit | 1b703addd64b8f179ad9104fac48151ae001cbd6 (patch) | |
tree | 0f645bbb795d58b47ea548059f796f56fe24aff7 /eclass/nxserver_1.5.eclass | |
parent | Stable on x86. (diff) | |
download | historical-1b703addd64b8f179ad9104fac48151ae001cbd6.tar.gz historical-1b703addd64b8f179ad9104fac48151ae001cbd6.tar.bz2 historical-1b703addd64b8f179ad9104fac48151ae001cbd6.zip |
Fix download message to show correct download URL
Diffstat (limited to 'eclass/nxserver_1.5.eclass')
-rw-r--r-- | eclass/nxserver_1.5.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/nxserver_1.5.eclass b/eclass/nxserver_1.5.eclass index 0f270926d996..461ff5f2308e 100644 --- a/eclass/nxserver_1.5.eclass +++ b/eclass/nxserver_1.5.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver_1.5.eclass,v 1.1 2006/04/30 16:35:26 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver_1.5.eclass,v 1.2 2006/04/30 17:51:02 stuart Exp $ # # eclass for handling the different nxserver binaries available # from nomachine's website @@ -61,7 +61,7 @@ EXPORT_FUNCTIONS pkg_setup src_install pkg_postinst pkg_nofetch nxserver_1.5_pkg_nofetch() { eerror "Please download the $MY_EDITION edition of NXServer from:" eerror - eerror " $SRC_URI" + eerror " $MY_DOWNLOAD" eerror eerror "and save it onto this machine as:" eerror |