summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorVolker Uhrig2008-07-12 13:30:18 +0200
committerVolker Uhrig2008-07-12 13:30:18 +0200
commitc38cedd0e6b5d12c8804e1b12250b87bf8f62a88 (patch)
tree4deac1771f5d9d1596b730b56e94f3266cde6c8a /os-plugins
parentvmchooser changes: (diff)
downloadcore-c38cedd0e6b5d12c8804e1b12250b87bf8f62a88.tar.gz
core-c38cedd0e6b5d12c8804e1b12250b87bf8f62a88.tar.xz
core-c38cedd0e6b5d12c8804e1b12250b87bf8f62a88.zip
* added missing chmod
Lost it when we merged -v1 and -v2 installation git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1927 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/vmware/files/install-vmpl.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmware/files/install-vmpl.sh b/os-plugins/plugins/vmware/files/install-vmpl.sh
index 86ffb7a0..fec23a89 100644
--- a/os-plugins/plugins/vmware/files/install-vmpl.sh
+++ b/os-plugins/plugins/vmware/files/install-vmpl.sh
@@ -71,6 +71,9 @@ if [ "${REPLY}" == "YES" ]; then
mv vmware-player-distrib/doc vmroot/
rm -rf vmware-player-distrib/
+ echo " * fixing file permission"
+ chmod 04755 root/lib/vmware/bin/vmware-vmx
+
# I don't want to understand what vmware is doing, but without this
# step we need to have LD_LIBRARY_PATH with 53 entrys. welcome to
# library hell