From bdb33870b67fe1378c32dc85abf8805fe8c551bb Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Wed, 15 May 2013 18:19:49 +0000 Subject: [PATCH] Add a workaround when archivers/lha-ac is installed. Spotted by: me --- japanese/mozc-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index 467faa56a76f..bb778df5bbf3 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -132,7 +132,7 @@ PLIST_FILES+= bin/mozc_server post-extract-mozc_server: @for F in jigyosyo-20130228.lzh ken_all-20130228.lzh; do \ - ${LHA_CMD} xfqw=${WRKSRC}/data/dictionary_oss ${DISTDIR}/$$F; \ + ${LHA_CMD} xfq2w=${WRKSRC}/data/dictionary_oss ${DISTDIR}/$$F; \ done @cd ${WRKSRC}/data/dictionary_oss && \ ${PYTHON_CMD} ${WRKSRC}/dictionary/gen_zip_code_seed.py \