diff options
Diffstat (limited to 'os-plugins/plugins')
| -rw-r--r-- | os-plugins/plugins/vmware/files/install-vmpl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/vmware/files/install-vmpl.sh b/os-plugins/plugins/vmware/files/install-vmpl.sh index fec23a89..c45dbd68 100644 --- a/os-plugins/plugins/vmware/files/install-vmpl.sh +++ b/os-plugins/plugins/vmware/files/install-vmpl.sh @@ -71,8 +71,8 @@ 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 + echo " * fixing file permission" + chmod 04755 vmroot/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 |
