summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware12
diff options
context:
space:
mode:
authorSimon Rettberg2018-10-18 11:25:19 +0200
committerSimon Rettberg2018-10-18 11:25:19 +0200
commit4be4f7268e11c21da4b1eeb97cf12a5e158d6985 (patch)
tree17735bfca88ee7e613e0a34256c375323a39ce19 /core/modules/vmware12
parent[vmware*] Cleanup deletion list mess (diff)
downloadmltk-4be4f7268e11c21da4b1eeb97cf12a5e158d6985.tar.gz
mltk-4be4f7268e11c21da4b1eeb97cf12a5e158d6985.tar.xz
mltk-4be4f7268e11c21da4b1eeb97cf12a5e158d6985.zip
[rfs-stage32] Copy gconv .so files, as they're dlopen()'d
vmware and mtools won't work without those, so put them in the base system.
Diffstat (limited to 'core/modules/vmware12')
-rw-r--r--core/modules/vmware12/module.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/modules/vmware12/module.build b/core/modules/vmware12/module.build
index b965d9cf..c7cc8c67 100644
--- a/core/modules/vmware12/module.build
+++ b/core/modules/vmware12/module.build
@@ -212,9 +212,6 @@ build() {
}
post_copy() {
- # FIXME: gconftool is copied without dependencies
- tarcopy "$(find /usr/lib/ /usr/lib64 -name gconv -type d)" "$TARGET_BUILD_DIR"
-
# Update Icon cache for vmplayer
gtk-update-icon-cache-3.0 "${TARGET_BUILD_DIR}/usr/share/icons/hicolor/" || pwarning "update-icon-cache-3.0 failed."