system/smpq: Remove NUMJOBS.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-12-02 11:48:02 +07:00
parent 5e968fe2fc
commit ab354595cf
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
NUMJOBS=${NUMJOBS:-$(nproc)}
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}