diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-12-21 05:00:34 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-12-21 17:59:43 +0100 |
commit | 542077f9da9544c3f8e3db4267a100e5cb1fb5e8 (patch) | |
tree | e0be516db62fbeeb4479a02205a4f4da093b6316 /source/a | |
parent | 8858473ab524f384059c1a30a41d814787576869 (diff) | |
download | current-542077f9da9544c3f8e3db4267a100e5cb1fb5e8.tar.gz |
Fri Dec 21 05:00:34 UTC 201820181221050034
a/grep-3.2-x86_64-1.txz: Upgraded.
a/sed-4.6-x86_64-1.txz: Upgraded.
d/vala-0.42.4-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-60.4.0-x86_64-1.txz: Upgraded.
This is a bugfix release. For more information, see:
https://www.mozilla.org/en-US/thunderbird/60.4.0/releasenotes/
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/grep/grep.SlackBuild | 2 | ||||
-rwxr-xr-x | source/a/sed/sed.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/a/grep/grep.SlackBuild b/source/a/grep/grep.SlackBuild index bf41de0f..0d29ed1b 100755 --- a/source/a/grep/grep.SlackBuild +++ b/source/a/grep/grep.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=grep VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/a/sed/sed.SlackBuild b/source/a/sed/sed.SlackBuild index 6757ead7..312e169c 100755 --- a/source/a/sed/sed.SlackBuild +++ b/source/a/sed/sed.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sed VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TMP=${TMP:-/tmp} PKG=$TMP/package-sed |