Codebase list mozc / 2e885e5
Fix install path of mo file for fcitx-mozc Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 11 years ago
2 changed file(s) with 12 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
+0
-6
debian/fcitx-mozc.install less more
0 unix/fcitx/fcitx-mozc.conf usr/share/fcitx/addon/
1 unix/fcitx/mozc.conf usr/share/fcitx/inputmethod/
2 # mo
3 out_linux/Release/obj/gen/unix/fcitx/po/ja.mo usr/share/locale/ja/LC_MESSAGES/fcitx-mozc.mo
4 out_linux/Release/obj/gen/unix/fcitx/po/zh_TW.mo usr/share/locale/zh_TW/LC_MESSAGES/fcitx-mozc.mo
5 out_linux/Release/obj/gen/unix/fcitx/po/zh_CN.mo usr/share/locale/zh_CN/LC_MESSAGES/fcitx-mozc.mo
8383 # fcitx-mozc
8484 install -D -m 0755 $(BUILD_DIR)/Release/fcitx-mozc.so \
8585 $(CURDIR)/debian/fcitx-mozc/usr/lib/$(DEB_BUILD_MULTIARCH)/fcitx/fcitx-mozc.so
86 # mo
87 install -D -m 0644 $(BUILD_DIR)/Release/obj/gen/unix/fcitx/po/ja.mo \
88 $(CURDIR)/debian/fcitx-mozc/usr/share/locale/ja/LC_MESSAGES/fcitx-mozc.mo
89 install -D -m 0644 $(BUILD_DIR)/Release/obj/gen/unix/fcitx/po/zh_TW.mo \
90 $(CURDIR)/debian/fcitx-mozc/usr/share/locale/zh_TW/LC_MESSAGES/fcitx-mozc.mo
91 install -D -m 0644 $(BUILD_DIR)/Release/obj/gen/unix/fcitx/po/zh_CN.mo \
92 $(CURDIR)/debian/fcitx-mozc/usr/share/locale/zh_CN/LC_MESSAGES/fcitx-mozc.mo
93 # config file
94 install -D -m 0644 unix/fcitx/fcitx-mozc.conf \
95 $(CURDIR)/debian/fcitx-mozc/usr/share/fcitx/addon/fcitx-mozc.conf
96 install -D -m 0644 unix/fcitx/mozc.conf \
97 $(CURDIR)/debian/fcitx-mozc/usr/share/fcitx/inputmethod/mozc.conf
8698
8799 override_dh_fixperms-arch:
88100 chmod -x debian/emacs-mozc/usr/share/emacs/site-lisp/emacs-mozc/mozc.el