diff options
Diffstat (limited to 'source/d/git/git.SlackBuild')
-rwxr-xr-x | source/d/git/git.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/git/git.SlackBuild b/source/d/git/git.SlackBuild index d4749ee2..945280e8 100755 --- a/source/d/git/git.SlackBuild +++ b/source/d/git/git.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=git VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |