summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorJonathan Bauer2013-05-14 17:48:12 +0200
committerJonathan Bauer2013-05-14 17:48:12 +0200
commit5ab7586f91c300a057ba2a1657bd52e42090f989 (patch)
tree072a4751d91b2140bec3b5fdfd9d71a77379e7cb /remote/modules
parentMerge branch 'master' of git:openslx-ng/tm-scripts (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-5ab7586f91c300a057ba2a1657bd52e42090f989.tar.gz
tm-scripts-5ab7586f91c300a057ba2a1657bd52e42090f989.tar.xz
tm-scripts-5ab7586f91c300a057ba2a1657bd52e42090f989.zip
Merge branch 'master' of git:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/vmplayer/vmplayer.build1
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