diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-11-16 20:35:54 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-11-17 08:59:50 +0100 |
commit | a8edf862caf8a3d09bc742a80d8c217ee8ab2da6 (patch) | |
tree | b35cdd0ff51d3c1958f127e90a7bb6ff7cbfb2a4 /source/a | |
parent | 5639d3518ef4a35d74c6057cb69b994d3a927686 (diff) | |
download | current-a8edf862caf8a3d09bc742a80d8c217ee8ab2da6.tar.gz |
Sat Nov 16 20:35:54 UTC 201920191116203554
a/xfsprogs-5.3.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.4.2-x86_64-1.txz: Upgraded.
n/nghttp2-1.40.0-x86_64-1.txz: Upgraded.
xfce/Thunar-1.8.11-x86_64-1.txz: Upgraded.
xfce/exo-0.12.9-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/xfsprogs/xfsprogs.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/xfsprogs/xfsprogs.SlackBuild b/source/a/xfsprogs/xfsprogs.SlackBuild index 1fbf978d..fe5d5e8f 100755 --- a/source/a/xfsprogs/xfsprogs.SlackBuild +++ b/source/a/xfsprogs/xfsprogs.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xfsprogs VERSION=${VERSION:-$(echo xfsprogs-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |