diff options
Diffstat (limited to 'source/a/rpm2tgz/rpm2tgz.SlackBuild')
-rwxr-xr-x | source/a/rpm2tgz/rpm2tgz.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/rpm2tgz/rpm2tgz.SlackBuild b/source/a/rpm2tgz/rpm2tgz.SlackBuild index 6f55c68c..885476e7 100755 --- a/source/a/rpm2tgz/rpm2tgz.SlackBuild +++ b/source/a/rpm2tgz/rpm2tgz.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=rpm2tgz VERSION=1.2.2 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |