diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-07-14 21:49:31 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-07-15 09:00:34 +0200 |
commit | 67886560b215367bc14ea70569ba67d9f9551a12 (patch) | |
tree | ddcf4b0ed9618e4c7a3c9f73ca92ca2cdf4c4ddb /source/d/binutils/binutils.SlackBuild | |
parent | e1b360e07d441ab3dac2f0bfb29f09f15069ad31 (diff) | |
download | current-67886560b215367bc14ea70569ba67d9f9551a12.tar.gz |
Sat Jul 14 21:49:31 UTC 201820180714214931
l/pulseaudio-12.1-x86_64-1.txz: Upgraded.
l/utf8proc-2.1.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d/binutils/binutils.SlackBuild')
-rwxr-xr-x | source/d/binutils/binutils.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/binutils/binutils.SlackBuild b/source/d/binutils/binutils.SlackBuild index 717c0b6a..05a715fa 100755 --- a/source/d/binutils/binutils.SlackBuild +++ b/source/d/binutils/binutils.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=binutils VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: MARCH=$( uname -m ) |