diff options
| author | Michael Neves | 2013-05-09 18:28:33 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-05-09 18:28:33 +0200 |
| commit | 25e105ef344dbfc21a3ecb5a92512168a8aaeff1 (patch) | |
| tree | fe19d0e74c41701b7942bf9d59482db7872d8b4e | |
| parent | mount vm-store virt directory (diff) | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-25e105ef344dbfc21a3ecb5a92512168a8aaeff1.tar.gz tm-scripts-25e105ef344dbfc21a3ecb5a92512168a8aaeff1.tar.xz tm-scripts-25e105ef344dbfc21a3ecb5a92512168a8aaeff1.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
| -rw-r--r-- | remote/modules/vmplayer/vmplayer.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build index 4053e5c1..46e4da8f 100644 --- a/remote/modules/vmplayer/vmplayer.build +++ b/remote/modules/vmplayer/vmplayer.build @@ -40,10 +40,10 @@ build() { cd - done cd - - tarcopy "/usr/lib/gconv $(which gconftool-2)" "$MODULE_BUILD_DIR" } post_copy() { - : + # FIXME: gconftool is copied without dependencies + tarcopy "$(find /usr/lib/ -name gconv -type d) $(which gconftool-2)" "$TARGET_BUILD_DIR" } |
