diff options
Diffstat (limited to 'slackware64-current/source/n/php/php.SlackBuild')
-rwxr-xr-x | slackware64-current/source/n/php/php.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slackware64-current/source/n/php/php.SlackBuild b/slackware64-current/source/n/php/php.SlackBuild index b4a3f3d6b..2e8748ce9 100755 --- a/slackware64-current/source/n/php/php.SlackBuild +++ b/slackware64-current/source/n/php/php.SlackBuild @@ -26,7 +26,7 @@ VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ALPINE=2.20 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |