diff options
Diffstat (limited to 'os-plugins/plugins')
| -rw-r--r-- | os-plugins/plugins/vmware/files/install-vmpl.sh | 3 |
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 |
