Codebase list mozc / 9d377a7
Remove obj directory from path Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 9 years ago
1 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
7272 install -d $(CURDIR)/debian/ibus-mozc/usr/share/ibus/component/
7373 sed -e 's|/usr/libexec/ibus-engine-mozc|/usr/lib/ibus-mozc/ibus-engine-mozc|' \
7474 -e 's|0\.0\.0\.0|$(SOURCE_VERSION)|g' < \
75 $(BUILD_DIR)/Release/obj/gen/unix/ibus/mozc.xml > \
75 $(BUILD_DIR)/Release/gen/unix/ibus/mozc.xml > \
7676 $(CURDIR)/debian/ibus-mozc/usr/share/ibus/component/mozc.xml
7777
7878 # uim-mozc
8383 install -D -m 0755 $(BUILD_DIR)/Release/fcitx-mozc.so \
8484 $(CURDIR)/debian/fcitx-mozc/usr/lib/$(DEB_BUILD_MULTIARCH)/fcitx/fcitx-mozc.so
8585 # mo
86 install -D -m 0644 $(BUILD_DIR)/Release/obj/gen/unix/fcitx/po/ja.mo \
86 install -D -m 0644 $(BUILD_DIR)/Release/gen/unix/fcitx/po/ja.mo \
8787 $(CURDIR)/debian/fcitx-mozc/usr/share/locale/ja/LC_MESSAGES/fcitx-mozc.mo
88 install -D -m 0644 $(BUILD_DIR)/Release/obj/gen/unix/fcitx/po/zh_TW.mo \
88 install -D -m 0644 $(BUILD_DIR)/Release/gen/unix/fcitx/po/zh_TW.mo \
8989 $(CURDIR)/debian/fcitx-mozc/usr/share/locale/zh_TW/LC_MESSAGES/fcitx-mozc.mo
90 install -D -m 0644 $(BUILD_DIR)/Release/obj/gen/unix/fcitx/po/zh_CN.mo \
90 install -D -m 0644 $(BUILD_DIR)/Release/gen/unix/fcitx/po/zh_CN.mo \
9191 $(CURDIR)/debian/fcitx-mozc/usr/share/locale/zh_CN/LC_MESSAGES/fcitx-mozc.mo
9292 # config file
9393 install -D -m 0644 unix/fcitx/fcitx-mozc.conf \