summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2013-05-09 18:27:19 +0200
committerroot2013-05-09 18:27:19 +0200
commita795a9629d6a4d5f6a7b5a582c2ac3339d9b7406 (patch)
treee59db522a73ab35a8eb7cba775af50fcaa05fb61
parentexclude kernel from -c without module name (diff)
downloadtm-scripts-a795a9629d6a4d5f6a7b5a582c2ac3339d9b7406.tar.gz
tm-scripts-a795a9629d6a4d5f6a7b5a582c2ac3339d9b7406.tar.xz
tm-scripts-a795a9629d6a4d5f6a7b5a582c2ac3339d9b7406.zip
[vmplayer] copy gconftool and gconv dir
-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"
}