diff options
| author | Volker Uhrig | 2008-04-01 20:07:45 +0200 |
|---|---|---|
| committer | Volker Uhrig | 2008-04-01 20:07:45 +0200 |
| commit | ad5f2663715fbf74782d4cfd6a6959289136a6ce (patch) | |
| tree | c3ad894db715c930b15ad50d0599c9f53ea19661 /os-plugins/plugins/vmware | |
| parent | * fixed missing filepermission (diff) | |
| download | core-ad5f2663715fbf74782d4cfd6a6959289136a6ce.tar.gz core-ad5f2663715fbf74782d4cfd6a6959289136a6ce.tar.xz core-ad5f2663715fbf74782d4cfd6a6959289136a6ce.zip | |
* vmplayer doesn't like to be the small brother and tried to fake the identity while
trying to execute the missing vmware binary... fixed. no errors anymore.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1717 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware')
| -rw-r--r-- | os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm index d37a66ea..6b96fead 100644 --- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm +++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm @@ -218,7 +218,7 @@ sub installationPhase PREFIX=$vmpath # depends on the vmware location exec "\$PREFIX"'/lib/wrapper-gtk24.sh' \ "\$PREFIX"'/lib' \ - "\$PREFIX"'/bin/vmware' \ + "\$PREFIX"'/bin/$file' \ "\$PREFIX"'/libconf' "\$@" End-of-Here spitFile("$self->{'pluginRepositoryPath'}/$file", $script); |
