diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-09-25 01:05:55 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-09-25 08:59:58 +0200 |
commit | 33d703602d5c2f4d51f5a253fbc3939d30729aaf (patch) | |
tree | 4eaf2e003461a6cd41b4c67bb2c7556569b6f7b4 /source/a/coreutils/coreutils.SlackBuild | |
parent | 0f7d38bee156c0926945743e1902ece2b531809f (diff) | |
download | current-33d703602d5c2f4d51f5a253fbc3939d30729aaf.tar.gz |
Sat Sep 25 01:05:55 UTC 202120210925010555
a/coreutils-9.0-x86_64-1.txz: Upgraded.
Thanks to GazL for pointing out where I needed to be looking in the code to
stick with the traditional (for us, anyway) ls quoting style.
n/ca-certificates-20210924-noarch-1.txz: Upgraded.
Removed DST_Root_CA_X3.crt.
n/cifs-utils-6.14-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/coreutils/coreutils.SlackBuild')
-rwxr-xr-x | source/a/coreutils/coreutils.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/coreutils/coreutils.SlackBuild b/source/a/coreutils/coreutils.SlackBuild index 3ba9bebe..7115320b 100755 --- a/source/a/coreutils/coreutils.SlackBuild +++ b/source/a/coreutils/coreutils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=coreutils VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |