diff options
Diffstat (limited to 'source/a/minicom/minicom.SlackBuild')
-rwxr-xr-x | source/a/minicom/minicom.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/minicom/minicom.SlackBuild b/source/a/minicom/minicom.SlackBuild index 81ad1324..20511e5e 100755 --- a/source/a/minicom/minicom.SlackBuild +++ b/source/a/minicom/minicom.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=minicom VERSION=2.7.1 BUILD=${BUILD:-2} -NUMJOBS=${NUMJOBS:--j6} +NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |