diff options
| author | Michael Neves | 2013-05-14 20:28:52 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-05-14 20:28:52 +0200 |
| commit | b920dd1f8727fa2113ad6e4463c8f24e929c91e3 (patch) | |
| tree | 066ba29f5c0528b8739836fb90c2fb23095b5ef8 /remote/modules/vmplayer | |
| parent | fix /dev/mem permissions (diff) | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-b920dd1f8727fa2113ad6e4463c8f24e929c91e3.tar.gz tm-scripts-b920dd1f8727fa2113ad6e4463c8f24e929c91e3.tar.xz tm-scripts-b920dd1f8727fa2113ad6e4463c8f24e929c91e3.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmplayer')
| -rw-r--r-- | remote/modules/vmplayer/vmplayer.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build index a51b87d7..716bf3e3 100644 --- a/remote/modules/vmplayer/vmplayer.build +++ b/remote/modules/vmplayer/vmplayer.build @@ -33,6 +33,10 @@ build() { chmod +x "$TARGET"/bin/* chmod +x "$MODULE_BUILD_DIR"/usr/{bin,sbin}/* chmod +x "$TARGET"/lib/*.sh + find "$MODULE_BUILD_DIR" -name '*.sh' -exec chmod +x {} \; + for file in $(grep -rl -E "^#!/" "$MODULE_BUILD_DIR"); do + chmod +x "$file" + done pinfo "Patching LIBCONF_DIR" local file="" for file in $(grep -rl "@@LIBCONF_DIR@@" "$MODULE_BUILD_DIR"); do |
