From ab82a3b0917fe69e10e2371d48b7a474d3bb3f93 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Tue, 14 May 2013 17:48:42 +0200 Subject: make .sh executalble in vmware/lib --- remote/modules/vmplayer/vmplayer.build | 1 + 1 file changed, 1 insertion(+) (limited to 'remote/modules/vmplayer') 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 -- cgit v1.2.3-55-g7522