diff options
| author | Simon Rettberg | 2013-05-09 19:19:02 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-09 19:19:02 +0200 |
| commit | c9ec16a6b34541a263544462361ddbf4e1a353df (patch) | |
| tree | 33de156c6c3dbca8fdf20912ce2809d747f60e41 /remote/modules/vmplayer | |
| parent | frickel frickel (diff) | |
| parent | fix Failsafe (diff) | |
| download | tm-scripts-c9ec16a6b34541a263544462361ddbf4e1a353df.tar.gz tm-scripts-c9ec16a6b34541a263544462361ddbf4e1a353df.tar.xz tm-scripts-c9ec16a6b34541a263544462361ddbf4e1a353df.zip | |
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
hihihihi
Diffstat (limited to 'remote/modules/vmplayer')
| -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" } |
