7e5435b123
(Portage version: 2.2.0_alpha10-r1/svn/Linux x86_64, RepoMan options: --force) git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/vmware@2798 6952d904-891a-0410-993b-d76249ca496b
15 lines
439 B
Diff
15 lines
439 B
Diff
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):
|