summaryrefslogtreecommitdiffstats
path: root/misc/fcitx-mozc/fcitx-mozc.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2019-03-23 03:46:11 +0100
committer Willy Sudiarto Raharjo2019-03-30 01:18:23 +0100
commitedf9f59e18b09fe4f856c7aee13fba0fbee0868a (patch)
tree8f7f1947c722fd4b75b77f160fc3c2faff456df4 /misc/fcitx-mozc/fcitx-mozc.SlackBuild
parent22f6805f1804c3d72145a60005b23e9ff486ad71 (diff)
downloadslackbuilds-edf9f59e18b09fe4f856c7aee13fba0fbee0868a.tar.gz
misc/fcitx-mozc: Fix build + download urls.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'misc/fcitx-mozc/fcitx-mozc.SlackBuild')
-rw-r--r--misc/fcitx-mozc/fcitx-mozc.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/fcitx-mozc/fcitx-mozc.SlackBuild b/misc/fcitx-mozc/fcitx-mozc.SlackBuild
index e1ec0c6ef8..1f5008c57e 100644
--- a/misc/fcitx-mozc/fcitx-mozc.SlackBuild
+++ b/misc/fcitx-mozc/fcitx-mozc.SlackBuild
@@ -55,6 +55,8 @@ else
LIBDIRSUFFIX=""
fi
+set -e
+
# paramater of Qt dir.
RCC_LOC=`pkg-config QtCore --variable=rcc_location`
QT4DIR=${RCC_LOC%%/bin/rcc}
@@ -80,10 +82,10 @@ echo "prepare source file..."
# unzip packages
unzip ${CWD}/x-ken-all-${ZIPCODE_REL}.zip
unzip ${CWD}/jigyosyo-${ZIPCODE_REL}.zip
-unzip ${CWD}/$MOZC_REV.zip
-unzip ${CWD}/$JAPNESE_USAGE_DICT_REV.zip
-unzip ${CWD}/$GYP_REV.zip
-unzip ${CWD}/$PROTOBUF_REV.zip
+unzip ${CWD}/mozc-$MOZC_REV.zip
+unzip ${CWD}/japanese-usage-dictionary-$JAPNESE_USAGE_DICT_REV.zip
+unzip ${CWD}/gyp-$GYP_REV.zip
+unzip ${CWD}/protobuf-$PROTOBUF_REV.zip
# extact tar file
tar -xvf ${CWD}/fcitx-mozc-icon.tar.gz