diff options
| author | Simon Rettberg | 2013-11-26 15:04:02 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-11-26 15:04:02 +0100 |
| commit | 904f0303e04cd0a0356b069c42a24d42ccd31b92 (patch) | |
| tree | 412bf692d771d5ff84c77a725e65cfeb2b4f7128 /remote/modules/vmware/data/opt/openslx/bin | |
| parent | Merge branch 'master' of openslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-904f0303e04cd0a0356b069c42a24d42ccd31b92.tar.gz tm-scripts-904f0303e04cd0a0356b069c42a24d42ccd31b92.tar.xz tm-scripts-904f0303e04cd0a0356b069c42a24d42ccd31b92.zip | |
<virtualization> More path changes... Might not be complete yet
Diffstat (limited to 'remote/modules/vmware/data/opt/openslx/bin')
| -rwxr-xr-x | remote/modules/vmware/data/opt/openslx/bin/vmplayer | 10 | ||||
| l---------[-rwxr-xr-x] | remote/modules/vmware/data/opt/openslx/bin/vmware | 12 |
2 files changed, 7 insertions, 15 deletions
diff --git a/remote/modules/vmware/data/opt/openslx/bin/vmplayer b/remote/modules/vmware/data/opt/openslx/bin/vmplayer index 147f514f..0f7d9232 100755 --- a/remote/modules/vmware/data/opt/openslx/bin/vmplayer +++ b/remote/modules/vmware/data/opt/openslx/bin/vmplayer @@ -5,10 +5,12 @@ PREFIX=/usr/lib/vmware # depends on the vmware location # HACK: Let the OpenGL driver report s3tc capability even if not present, so 3D will be enabled export force_s3tc_enable=true -exec "$PREFIX"'/lib/wrapper-gtk24.sh' \ - "$PREFIX"'/lib' \ - "$PREFIX"'/bin/vmplayer' \ - "$PREFIX"'/libconf' "$@" +PROG=$(basename $0) + +exec "$PREFIX/lib/wrapper-gtk24.sh" \ + "$PREFIX/lib" \ + "$PREFIX/bin/$PROG" \ + "$PREFIX/libconf" "$@" diff --git a/remote/modules/vmware/data/opt/openslx/bin/vmware b/remote/modules/vmware/data/opt/openslx/bin/vmware index 1fe9b11d..aa0b74b1 100755..120000 --- a/remote/modules/vmware/data/opt/openslx/bin/vmware +++ b/remote/modules/vmware/data/opt/openslx/bin/vmware @@ -1,11 +1 @@ -#!/bin/sh -# radically simplified version of the original script vmplayer by VMware Inc. -PREFIX=/usr/lib/vmware # depends on the vmware location -exec "$PREFIX"'/lib/wrapper-gtk24.sh' \ - "$PREFIX"'/lib' \ - "$PREFIX"'/bin/vmware' \ - "$PREFIX"'/libconf' "$@" - - - - +vmplayer
\ No newline at end of file |
