summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-04-06 21:38:59 +0000
committerMike Auty <ikelos@gentoo.org>2008-04-06 21:38:59 +0000
commit96fa2e9cf198d08e82da25a8abcec99405b7a07f (patch)
tree4cec8bbb097d20914d6d0eca7e472d7fb4dd7f50 /eclass
parentSync open-vm-tools with tree. (diff)
downloadvmware-96fa2e9cf198d08e82da25a8abcec99405b7a07f.tar.gz
vmware-96fa2e9cf198d08e82da25a8abcec99405b7a07f.tar.bz2
vmware-96fa2e9cf198d08e82da25a8abcec99405b7a07f.zip
Push in testing version of vmware-workstation-6.5.
svn path=/trunk/; revision=256
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass
index 8d78248..75c5c44 100644
--- a/eclass/vmware.eclass
+++ b/eclass/vmware.eclass
@@ -270,7 +270,7 @@ vmware_src_install() {
fi
# Do we have vmware-ping/vmware-vmx? If so, make them setuid.
- for p in /bin/vmware-ping /lib/bin/vmware-vmx /lib/bin-debug/vmware-vmx /sbin/vmware-authd;
+ for p in /bin/vmware-ping /lib/bin/vmware-vmx /lib/bin-debug/vmware-vmx /lib/bin/vmware-vmx-debug /sbin/vmware-authd;
do
if [ -x "${D}${VMWARE_INSTALL_DIR}${p}" ]
then