diff options
| author | Jonathan Bauer | 2013-05-14 17:30:55 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-05-14 17:30:55 +0200 |
| commit | 31c1016e48d73baa6c0f3492b8add535e6c627f9 (patch) | |
| tree | d8c614912f393e84121cbfc40016b75987410ee1 | |
| parent | vmware service fix? (diff) | |
| parent | DERP (diff) | |
| download | tm-scripts-31c1016e48d73baa6c0f3492b8add535e6c627f9.tar.gz tm-scripts-31c1016e48d73baa6c0f3492b8add535e6c627f9.tar.xz tm-scripts-31c1016e48d73baa6c0f3492b8add535e6c627f9.zip | |
Merge branch 'master' of git:openslx-ng/tm-scripts
| -rw-r--r-- | remote/modules/vmplayer/vmplayer.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build index 338a6958..0787d728 100644 --- a/remote/modules/vmplayer/vmplayer.build +++ b/remote/modules/vmplayer/vmplayer.build @@ -29,7 +29,7 @@ build() { cp -r ./src/vmware-vmx/lib/{bin,icu,lib,libconf,scripts} "$TARGET" || perror "Could not copy many things from vmware-vmx." [ ! -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/* + chmod +x "$MODULE_BUILD_DIR"/usr/{bin,sbin}/* pinfo "Patching LIBCONF_DIR" local file="" for file in $(grep -rl "@@LIBCONF_DIR@@" "$MODULE_BUILD_DIR"); do |
