Magellan Linux

Contents of /trunk/vmware-workstation/7.0.1.227600/vmware-player-extras.py.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1030 - (show annotations) (download)
Sun Apr 25 20:38:55 2010 UTC (14 years, 1 month ago) by niro
File size: 425 byte(s)
-fixed patches

1 diff --git a/vmware-player-extras.py b/vmware-player-extras.py
2 index 21595b1..e8adf08 100644
3 --- a/vmware-player-extras.py
4 +++ b/vmware-player-extras.py
5 @@ -6,7 +6,8 @@ VMware Player Extras component installer.
6
7 DEST = LIBDIR/'vmware'
8 SETTINGS = { 'vmware.fullpath': BINDIR/'vmware', }
9 -CONF = DEST/'setup/vmware-config'
10 +import os
11 +CONF = path(os.environ['SRCDIR'])/'vmware-config.sh'
12
13
14 class PlayerExtras(Installer):