diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-08-15 19:00:16 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-08-16 08:59:44 +0200 |
commit | 6a3145aa203db84051c98387c02099d54bc0bb59 (patch) | |
tree | 66875dcf50b9edb33a607bcc2f9bd31453233d3e /source/d | |
parent | 056f3dae0cea2adce7f128155d1031a9f7c9c1dd (diff) | |
download | current-6a3145aa203db84051c98387c02099d54bc0bb59.tar.gz current-6a3145aa203db84051c98387c02099d54bc0bb59.tar.xz |
Thu Aug 15 19:00:16 UTC 201920190815190016
a/bash-5.0.009-x86_64-1.txz: Upgraded.
ap/vim-8.1.1847-x86_64-1.txz: Upgraded.
d/distcc-3.3.3-x86_64-1.txz: Upgraded.
l/elfutils-0.177-x86_64-1.txz: Upgraded.
xap/vim-gvim-8.1.1847-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/distcc/distcc.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/d/distcc/distcc.SlackBuild b/source/d/distcc/distcc.SlackBuild index 334c1eded..0b881cd3c 100755 --- a/source/d/distcc/distcc.SlackBuild +++ b/source/d/distcc/distcc.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2013, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2013, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=distcc VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |