diff options
| author | Volker Uhrig | 2008-07-01 20:39:32 +0200 |
|---|---|---|
| committer | Volker Uhrig | 2008-07-01 20:39:32 +0200 |
| commit | 080bf1781ca2cbb2336d7de5a0a0e340ca474f94 (patch) | |
| tree | 5bc59eb26ad6be688d489c3d220a61c3a7ab5075 /os-plugins/plugins/vmware/files/install-vmpl2.0.sh | |
| parent | * added delete. reduce warnings/errors (diff) | |
| download | core-080bf1781ca2cbb2336d7de5a0a0e340ca474f94.tar.gz core-080bf1781ca2cbb2336d7de5a0a0e340ca474f94.tar.xz core-080bf1781ca2cbb2336d7de5a0a0e340ca474f94.zip | |
file permission fix
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1893 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/files/install-vmpl2.0.sh')
| -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,' \ |
