Codebase list mozc / f5f58d0
Add patch fix_create_create_mo_of_fcitx Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 10 years ago
2 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 --- a/unix/fcitx/gen_fcitx_mozc_i18n.sh 2013-09-13 06:26:44.836849462 -0400
1 +++ b/unix/fcitx/gen_fcitx_mozc_i18n.sh 2013-09-13 06:27:01.408641126 -0400
2 @@ -7,5 +7,5 @@
3
4 for pofile in *.po
5 do
6 - msgfmt "$pofile" -o "$1/${pofile/po/mo}"
7 -done
8 \ No newline at end of file
9 + msgfmt "$pofile" -o "$1/`basename ${pofile} .po`.mo"
10 +done
00 uim-mozc.patch
11 fcitx-mozc.patch
22 change_gyp_name
3 fix_build_mo_of_fcitx