diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-07-16 18:41:45 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-07-17 07:00:05 +0200 |
commit | ed393afa0726fe92dfeba622ef8b98bce08a1d9a (patch) | |
tree | 479bf0917707f1736111d6e94cd88d6c077505de /source/n | |
parent | bc6a7cc7b1a0367b8dd285bd8583fe49d4e7fbec (diff) | |
download | current-ed393afa0726fe92dfeba622ef8b98bce08a1d9a.tar.gz |
Sat Jul 16 18:41:45 UTC 202220220716184145
ap/vim-9.0.0053-x86_64-1.txz: Upgraded.
d/patchelf-0.15.0-x86_64-1.txz: Upgraded.
l/libgsf-1.14.50-x86_64-1.txz: Upgraded.
l/libnotify-0.8.0-x86_64-1.txz: Upgraded.
l/libwebp-1.2.3-x86_64-1.txz: Upgraded.
n/openldap-2.6.3-x86_64-1.txz: Upgraded.
xap/vim-gvim-9.0.0053-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/openldap/openldap.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/openldap/openldap.SlackBuild b/source/n/openldap/openldap.SlackBuild index ba72222e..b0bc9746 100755 --- a/source/n/openldap/openldap.SlackBuild +++ b/source/n/openldap/openldap.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=openldap 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 |