From 57f6fd08ef9a9f48d29418c93120c47dac1a6f9a Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 14 May 2013 20:27:42 +0200 Subject: [vmplayer] make everything that seems like a script executable --- remote/modules/vmplayer/vmplayer.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'remote/modules') 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 -- cgit v1.2.3-55-g7522