diff options
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 |