diff options
| author | root | 2013-05-09 18:27:19 +0200 |
|---|---|---|
| committer | root | 2013-05-09 18:27:19 +0200 |
| commit | a795a9629d6a4d5f6a7b5a582c2ac3339d9b7406 (patch) | |
| tree | e59db522a73ab35a8eb7cba775af50fcaa05fb61 /remote/modules | |
| parent | exclude kernel from -c without module name (diff) | |
| download | tm-scripts-a795a9629d6a4d5f6a7b5a582c2ac3339d9b7406.tar.gz tm-scripts-a795a9629d6a4d5f6a7b5a582c2ac3339d9b7406.tar.xz tm-scripts-a795a9629d6a4d5f6a7b5a582c2ac3339d9b7406.zip | |
[vmplayer] copy gconftool and gconv dir
Diffstat (limited to 'remote/modules')
| -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" } |
