From 1b703addd64b8f179ad9104fac48151ae001cbd6 Mon Sep 17 00:00:00 2001 From: Stuart Herbert Date: Sun, 30 Apr 2006 17:51:02 +0000 Subject: Fix download message to show correct download URL --- eclass/nxserver_1.5.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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 -- cgit v1.2.3-65-gdbad