diff options
Diffstat (limited to 'source/a/dialog/dialog.SlackBuild')
-rwxr-xr-x | source/a/dialog/dialog.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/dialog/dialog.SlackBuild b/source/a/dialog/dialog.SlackBuild index 15080908..eafa1fab 100755 --- a/source/a/dialog/dialog.SlackBuild +++ b/source/a/dialog/dialog.SlackBuild @@ -42,7 +42,7 @@ PKGNAM=dialog # We'll determine $VERSION automatically again (for now): VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1,2 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |