summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2007-04-29 22:24:15 +0000
committerMike Auty <ikelos@gentoo.org>2007-04-29 22:24:15 +0000
commitcfa093166d2fd734baab13048e8905d2aa45fc73 (patch)
treeec2c4429f303e22b7f868eb7f4b3dd862b56e9aa /eclass
parentForgot to bump vmware server console at the same time. (diff)
downloadvmware-cfa093166d2fd734baab13048e8905d2aa45fc73.tar.gz
vmware-cfa093166d2fd734baab13048e8905d2aa45fc73.tar.bz2
vmware-cfa093166d2fd734baab13048e8905d2aa45fc73.zip
Fix a typo in vmware-mod.eclass.
svn path=/trunk/; revision=172
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware-mod.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass
index d51adf7..c89ea00 100644
--- a/eclass/vmware-mod.eclass
+++ b/eclass/vmware-mod.eclass
@@ -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"
;;