diff options
author | Mike Auty <ikelos@gentoo.org> | 2007-05-07 18:10:39 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2007-05-07 18:10:39 +0000 |
commit | 663ab06f76de6c8f4c6d965968b648857b3c0e20 (patch) | |
tree | 287f4b4d3a358e1340cbca18cac2211ee669e667 /eclass/vmware-mod.eclass | |
parent | Stable on hppa, ppc, sparc, x86. Fixes problem with OpenSSL 0.9.8e. (diff) | |
download | gentoo-2-663ab06f76de6c8f4c6d965968b648857b3c0e20.tar.gz gentoo-2-663ab06f76de6c8f4c6d965968b648857b3c0e20.tar.bz2 gentoo-2-663ab06f76de6c8f4c6d965968b648857b3c0e20.zip |
Fix a typo in vmware-mod.eclass that prevents vmware-server-tools from being built correctly.
Diffstat (limited to 'eclass/vmware-mod.eclass')
-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" ;; |