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