diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-09-05 22:01:34 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-09-06 08:59:47 +0200 |
commit | 4538ea794adb5b02ee08203bc5f8ab79c6104482 (patch) | |
tree | fd044778b4dac3bb7db63ce47bb9cc9c6c209eb1 /source | |
parent | 1b94b19c05778870f8b9bd88cdc88b3f753e0009 (diff) | |
download | current-4538ea794adb5b02ee08203bc5f8ab79c6104482.tar.gz |
Thu Sep 5 22:01:34 UTC 201920190905220134
d/cmake-3.15.3-x86_64-1.txz: Upgraded.
n/NetworkManager-1.20.2-x86_64-1.txz: Upgraded.
n/links-2.20.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/n/links/links.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/links/links.SlackBuild b/source/n/links/links.SlackBuild index 49b891ab..06b5a19f 100755 --- a/source/n/links/links.SlackBuild +++ b/source/n/links/links.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=links 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 |