diff options
Diffstat (limited to 'openldap/openldap.SlackBuild')
-rwxr-xr-x | openldap/openldap.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openldap/openldap.SlackBuild b/openldap/openldap.SlackBuild index 076be0a3..7a907008 100755 --- a/openldap/openldap.SlackBuild +++ b/openldap/openldap.SlackBuild @@ -1,6 +1,7 @@ #!/bin/bash # # slackbuild script for openldap +# by rhatto at riseup.net # CWD="`pwd`" @@ -15,7 +16,7 @@ fi # default settings PACKAGE="openldap" -ARCH=${ARCH:=x86_64} +ARCH=${ARCH:=i486} VERSION=${VERSION:=2.3.24} BUILD=${BUILD:=1rha} SRC_DIR=${SRC:=$CWD} |