From 78e19419a0fc3f8981555f90581e09b7c3f4c254 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 24 Jun 2014 15:16:19 +0000 Subject: [PATCH] fix the repack script --- debian/orig-tar.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 50684740..29ca5d94 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -15,6 +15,7 @@ set -e SVN_BASE_URL=http://llvm.org/svn/llvm-project/ MAJOR_VERSION=3.4 +CURRENT_VERSION=3.4.2 if test -n "$1"; then # http://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/branches/google/stable/ @@ -74,7 +75,7 @@ if test -n "$RCRELEASE"; then VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION else - VERSION=$MAJOR_VERSION"~svn"$REVISION + VERSION=$CURRENT_VERSION"~svn"$REVISION FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION fi