Magellan Linux

Diff of /trunk/vmware-workstation/7.0.1.227600/vmware-player.py.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1027 by niro, Sun Apr 25 19:24:35 2010 UTC revision 1030 by niro, Sun Apr 25 20:38:55 2010 UTC
# Line 8  index bee22df..d06cca9 100644 Line 8  index bee22df..d06cca9 100644
8   DEST = LIBDIR/'vmware'   DEST = LIBDIR/'vmware'
9  -CONFIG = DEST/'setup/vmware-config'  -CONFIG = DEST/'setup/vmware-config'
10  +import os  +import os
11  +CONFIG = path(os.environ['WORKDIR'])/'vmware-config.sh'  +CONFIG = path(os.environ['SRCDIR'])/'vmware-config.sh'
12   CUPSLIBDIR = LIBDIR/'cups'   CUPSLIBDIR = LIBDIR/'cups'
13   # XXX: LIBDIR should be properly calculated, to make this cleaner   # XXX: LIBDIR should be properly calculated, to make this cleaner
14   if (PREFIX/'lib64/cups').exists():   if (PREFIX/'lib64/cups').exists():

Legend:
Removed from v.1027  
changed lines
  Added in v.1030