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