summaryrefslogtreecommitdiffstats
path: root/source/x/ibus/ibus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/ibus/ibus.SlackBuild')
-rwxr-xr-xsource/x/ibus/ibus.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/x/ibus/ibus.SlackBuild b/source/x/ibus/ibus.SlackBuild
index 8af65b92a..96ddde33e 100755
--- a/source/x/ibus/ibus.SlackBuild
+++ b/source/x/ibus/ibus.SlackBuild
@@ -1,7 +1,5 @@
#!/bin/bash
-# Slackware build script for ibus
-
# Copyright 2017 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2017, 2020, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
@@ -27,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ibus
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) "}