diff options
Diffstat (limited to 'source/x/fcitx-kkc/fcitx-kkc.SlackBuild')
-rwxr-xr-x | source/x/fcitx-kkc/fcitx-kkc.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/fcitx-kkc/fcitx-kkc.SlackBuild b/source/x/fcitx-kkc/fcitx-kkc.SlackBuild index bf9b746b..1220e27b 100755 --- a/source/x/fcitx-kkc/fcitx-kkc.SlackBuild +++ b/source/x/fcitx-kkc/fcitx-kkc.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=fcitx-kkc VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d- | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |