diff options
Diffstat (limited to 'os-plugins/plugins/vmware/files')
| -rw-r--r-- | os-plugins/plugins/vmware/files/install-vmpl2.0.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmware/files/install-vmpl2.0.sh b/os-plugins/plugins/vmware/files/install-vmpl2.0.sh index 9de6195f..1f680070 100644 --- a/os-plugins/plugins/vmware/files/install-vmpl2.0.sh +++ b/os-plugins/plugins/vmware/files/install-vmpl2.0.sh @@ -46,6 +46,9 @@ if [ "${REPLY}" == "YES" ]; then mv test/lib*/* . cd ../../../.. + echo " * changing file permission" + chmod 04755 root/lib/vmware/lib/bin/vmware-vmx + echo " * fixing gdk and pango config files" sed -i \ 's,/build/mts/.*/vmui/../libdir/libconf,/opt/openslx/plugin-repo/vmware/vmpl2.0/root/lib/vmware/libconf,' \ |
