diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-03-23 15:46:11 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-30 07:18:23 +0700 |
commit | edf9f59e18b09fe4f856c7aee13fba0fbee0868a (patch) | |
tree | 8f7f1947c722fd4b75b77f160fc3c2faff456df4 /misc/fcitx-mozc/fcitx-mozc.SlackBuild | |
parent | 22f6805f1804c3d72145a60005b23e9ff486ad71 (diff) |
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.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/fcitx-mozc/fcitx-mozc.SlackBuild b/misc/fcitx-mozc/fcitx-mozc.SlackBuild index e1ec0c6ef85de..1f5008c57e438 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 |