diff options
| author | Simon Rettberg | 2013-05-14 17:05:11 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-14 17:05:11 +0200 |
| commit | c0384330ba8b5c4790bf2cd89dd39f884b8523ce (patch) | |
| tree | 5667b48eed47162256b8d479ba48886767b4a88b /remote/modules/vmplayer | |
| parent | [vmplayer] Patch vmblock.tar (putname stuff) (diff) | |
| download | tm-scripts-c0384330ba8b5c4790bf2cd89dd39f884b8523ce.tar.gz tm-scripts-c0384330ba8b5c4790bf2cd89dd39f884b8523ce.tar.xz tm-scripts-c0384330ba8b5c4790bf2cd89dd39f884b8523ce.zip | |
[vmplayer] +x on /usr/bin/*
[rootfs-stage32] add user demo:demo
Diffstat (limited to 'remote/modules/vmplayer')
| -rw-r--r-- | remote/modules/vmplayer/vmplayer.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build index 6c3ae602..07c55c6d 100644 --- a/remote/modules/vmplayer/vmplayer.build +++ b/remote/modules/vmplayer/vmplayer.build @@ -26,6 +26,7 @@ build() { cp -r ./src/vmware-vmx/lib/{bin,icu,lib,libconf,scripts} "$TARGET" || perror "Could not copy many things from vmware-vmx." [ ! -L "$TARGET/bin/vmplayer" ] && { ln -s /usr/lib/vmware/bin/appLoader "$TARGET/bin/vmplayer" || perror "Could not link vmplayer to appLoader."; } chmod +x "$TARGET"/bin/* + chmod +x "$MODULE_BUILD_DIR"/usr/bin/* pinfo "Patching LIBCONF_DIR" local file="" for file in $(grep -rl "@@LIBCONF_DIR@@" "$MODULE_BUILD_DIR"); do |
