diff options
author | 2007-05-07 18:10:39 +0000 | |
---|---|---|
committer | 2007-05-07 18:10:39 +0000 | |
commit | 1a36254f679b893ecf52be0722d4668f3feecbb2 (patch) | |
tree | 4529bb434be4b400e69deb1a34f36bc8c3ab9dbe | |
parent | Stable on hppa, ppc, sparc, x86. Fixes problem with OpenSSL 0.9.8e. (diff) | |
download | historical-1a36254f679b893ecf52be0722d4668f3feecbb2.tar.gz historical-1a36254f679b893ecf52be0722d4668f3feecbb2.tar.bz2 historical-1a36254f679b893ecf52be0722d4668f3feecbb2.zip |
Fix a typo in vmware-mod.eclass that prevents vmware-server-tools from being built correctly.
-rw-r--r-- | eclass/vmware-mod.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass index c34d6bd0971f..a1ae69dde3c3 100644 --- a/eclass/vmware-mod.eclass +++ b/eclass/vmware-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.9 2007/04/09 17:09:07 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.10 2007/05/07 18:10:39 ikelos Exp $ # Ensure vmware comes before linux-mod since we want linux-mod's pkg_preinst and @@ -37,7 +37,7 @@ vmware-mod_pkg_setup() { if [[ -z "${VMWARE_MODULE_LIST}" ]]; then case ${product} in vmware-tools) - VMWARE_MODULES_LIST="${VMWARE_MODULE_LIST} vmxnet" + VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST} vmxnet" [ "$shortname" != "server-tools" ] && VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST} vmhgfs vmmemctl" use amd64 || VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST} vmdesched" ;; |