diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-07-03 02:21:49 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-07-03 21:00:35 +0200 |
commit | 009541f1c2f9123cb5a175549587f7df829da08f (patch) | |
tree | 97a7996d3837fa53ae8f50819345313269e9b7e6 /source/d | |
parent | 925fbfa5e9784cf254634c67415ff2de76a6cfa4 (diff) | |
download | current-009541f1c2f9123cb5a175549587f7df829da08f.tar.gz current-009541f1c2f9123cb5a175549587f7df829da08f.tar.xz |
Tue Jul 3 02:21:49 UTC 201820180703022149
a/coreutils-8.30-x86_64-1.txz: Upgraded.
d/guile-2.2.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/guile/guile.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/guile/guile.SlackBuild b/source/d/guile/guile.SlackBuild index e71c701e5..f90537a15 100755 --- a/source/d/guile/guile.SlackBuild +++ b/source/d/guile/guile.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=guile 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 |