diff options
Diffstat (limited to 'source/d/make/make.SlackBuild')
-rwxr-xr-x | source/d/make/make.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/make/make.SlackBuild b/source/d/make/make.SlackBuild index 685bd2a3..6bed1e97 100755 --- a/source/d/make/make.SlackBuild +++ b/source/d/make/make.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=make VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-6} +BUILD=${BUILD:-7} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |