diff options
| author | Jonathan Bauer | 2013-05-14 17:48:12 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-05-14 17:48:12 +0200 |
| commit | 5ab7586f91c300a057ba2a1657bd52e42090f989 (patch) | |
| tree | 072a4751d91b2140bec3b5fdfd9d71a77379e7cb | |
| parent | Merge branch 'master' of git:openslx-ng/tm-scripts (diff) | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-5ab7586f91c300a057ba2a1657bd52e42090f989.tar.gz tm-scripts-5ab7586f91c300a057ba2a1657bd52e42090f989.tar.xz tm-scripts-5ab7586f91c300a057ba2a1657bd52e42090f989.zip | |
Merge branch 'master' of git:openslx-ng/tm-scripts
| -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 |
