summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorMichael Neves2013-05-09 18:28:33 +0200
committerMichael Neves2013-05-09 18:28:33 +0200
commit25e105ef344dbfc21a3ecb5a92512168a8aaeff1 (patch)
treefe19d0e74c41701b7942bf9d59482db7872d8b4e /remote/modules
parentmount vm-store virt directory (diff)
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-25e105ef344dbfc21a3ecb5a92512168a8aaeff1.tar.gz
tm-scripts-25e105ef344dbfc21a3ecb5a92512168a8aaeff1.tar.xz
tm-scripts-25e105ef344dbfc21a3ecb5a92512168a8aaeff1.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/vmplayer/vmplayer.build4
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"
}