summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-05-14 18:01:00 +0200
committerJonathan Bauer2013-05-14 18:01:00 +0200
commit119dafd61fb9d63d21907b238c1c3fef668215b9 (patch)
tree48656709b2680d542c6c944f94ab0ea1f43a4649
parentdummy file for /etc/skel (diff)
downloadtm-scripts-119dafd61fb9d63d21907b238c1c3fef668215b9.tar.gz
tm-scripts-119dafd61fb9d63d21907b238c1c3fef668215b9.tar.xz
tm-scripts-119dafd61fb9d63d21907b238c1c3fef668215b9.zip
gconv back in
-rw-r--r--remote/modules/vmplayer/vmplayer.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build
index 27cf5372..2689e12a 100644
--- a/remote/modules/vmplayer/vmplayer.build
+++ b/remote/modules/vmplayer/vmplayer.build
@@ -51,7 +51,7 @@ build() {
post_copy() {
# FIXME: gconftool is copied without dependencies
- #tarcopy "$(find /usr/lib/ -name gconv -type d)" "$TARGET_BUILD_DIR"
+ tarcopy "$(find /usr/lib/ -name gconv -type d)" "$TARGET_BUILD_DIR"
:
}