diff options
Diffstat (limited to 'app-emulation/vmware-workstation/files/6.5.3.185404/vmware-player-extras.py.patch')
-rw-r--r-- | app-emulation/vmware-workstation/files/6.5.3.185404/vmware-player-extras.py.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-emulation/vmware-workstation/files/6.5.3.185404/vmware-player-extras.py.patch b/app-emulation/vmware-workstation/files/6.5.3.185404/vmware-player-extras.py.patch deleted file mode 100644 index eb9e723058cb..000000000000 --- a/app-emulation/vmware-workstation/files/6.5.3.185404/vmware-player-extras.py.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/vmware-player-extras.py b/vmware-player-extras.py -index 21595b1..e8adf08 100644 ---- a/vmware-player-extras.py -+++ b/vmware-player-extras.py -@@ -6,7 +6,8 @@ VMware Player Extras component installer. - - DEST = LIBDIR/'vmware' - SETTINGS = { 'vmware.fullpath': BINDIR/'vmware', } --CONF = DEST/'setup/vmware-config' -+import os -+CONF = path(os.environ['WORKDIR'])/'vmware-config.sh' - - - class PlayerExtras(Installer): |