From ab71e7775c9b4a511152368296617d516ab05cba Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Sun, 30 May 2010 03:14:38 +0000 Subject: fix typo failing install Submitted by: sasaki@ongs.co.jp --- japanese/ibus-mozc/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'japanese') diff --git a/japanese/ibus-mozc/Makefile b/japanese/ibus-mozc/Makefile index c16c89a185b7..14aa25449b3b 100644 --- a/japanese/ibus-mozc/Makefile +++ b/japanese/ibus-mozc/Makefile @@ -76,23 +76,23 @@ do-install: ${WRKSRC}/src/unix/ibus/mozc.xml \ ${LOCALBASE}/share/ibus/component/mozc.xml @${INSTALL} -o 0 -g 0 -m 555 \ - ${WRKSRC}/../${DISTNAME2}/bin/mozc_server_start \ + ${WRKSRC}/../${ADDITIONNAME}/bin/mozc_server_start \ ${LOCALBASE}/bin/mozc_server_start @${INSTALL} -o 0 -g 0 -m 555 \ - ${WRKSRC}/../${DISTNAME2}/bin/mozc_server_stop \ + ${WRKSRC}/../${ADDITIONNAME}/bin/mozc_server_stop \ ${LOCALBASE}/bin/mozc_server_stop @${INSTALL} -o 0 -g 0 -m 555 \ - ${WRKSRC}/../${DISTNAME2}/bin/mozc_server_restart \ + ${WRKSRC}/../${ADDITIONNAME}/bin/mozc_server_restart \ ${LOCALBASE}/bin/mozc_server_restart @${INSTALL} -o 0 -g 0 -m 555 \ - ${WRKSRC}/../${DISTNAME2}/bin/mozc_tool_config \ + ${WRKSRC}/../${ADDITIONNAME}/bin/mozc_tool_config \ ${LOCALBASE}/bin/mozc_tool_config @${INSTALL} -o 0 -g 0 -m 555 \ - ${WRKSRC}/../${DISTNAME2}/bin/mozc_tool_dictionary \ + ${WRKSRC}/../${ADDITIONNAME}/bin/mozc_tool_dictionary \ ${LOCALBASE}/bin/mozc_tool_dictionary @${MKDIR} ${LOCALBASE}/share/ibus-mozc/icons @${INSTALL} -o 0 -g 0 -m 444 \ - ${WRKSRC}/../${DISTNAME2}/icons/mozc-temp-icon.png \ + ${WRKSRC}/../${ADDITIONNAME}/icons/mozc-temp-icon.png \ ${LOCALBASE}/share/ibus-mozc/icons/product_icon.png post-install: -- cgit v1.2.3