summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/vmware-workstation/files/6.5.1.126130/vmware-vix.py.patch')
-rw-r--r--app-emulation/vmware-workstation/files/6.5.1.126130/vmware-vix.py.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-emulation/vmware-workstation/files/6.5.1.126130/vmware-vix.py.patch b/app-emulation/vmware-workstation/files/6.5.1.126130/vmware-vix.py.patch
deleted file mode 100644
index 5984bdff95ad..000000000000
--- a/app-emulation/vmware-workstation/files/6.5.1.126130/vmware-vix.py.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/vmware-vix.py b/vmware-vix.py
-index ac64dc5..8fdc2b2 100644
---- a/vmware-vix.py
-+++ b/vmware-vix.py
-@@ -4,7 +4,8 @@ Copyright 2007 VMware, Inc. All rights reserved. -- VMware Confidential
- VIX component installer.
- """
- DEST = LIBDIR/'vmware-vix'
--conf = DEST/'setup/vmware-config'
-+import os
-+conf = path(os.environ['WORKDIR'])/'vmware-config.sh'
-
- class VIX(Installer):
- def InitializeInstall(self, old, new, upgrade):