diff options
| author | Michael Neves | 2013-05-14 17:48:42 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-05-14 17:48:42 +0200 |
| commit | ab82a3b0917fe69e10e2371d48b7a474d3bb3f93 (patch) | |
| tree | 61a50b6259acfe49d0b86d523233df4b6723b987 /remote/modules | |
| parent | Merge branch 'master' of git:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-ab82a3b0917fe69e10e2371d48b7a474d3bb3f93.tar.gz tm-scripts-ab82a3b0917fe69e10e2371d48b7a474d3bb3f93.tar.xz tm-scripts-ab82a3b0917fe69e10e2371d48b7a474d3bb3f93.zip | |
make .sh executalble in vmware/lib
Diffstat (limited to 'remote/modules')
| -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 0787d728..27cf5372 100644 --- a/remote/modules/vmplayer/vmplayer.build +++ b/remote/modules/vmplayer/vmplayer.build @@ -30,6 +30,7 @@ build() { [ ! -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,sbin}/* + chmod +x "$TARGET"/lib/*.sh pinfo "Patching LIBCONF_DIR" local file="" for file in $(grep -rl "@@LIBCONF_DIR@@" "$MODULE_BUILD_DIR"); do |
