fix the repack script

This commit is contained in:
Sylvestre Ledru 2014-06-24 15:24:57 +00:00
parent 78e19419a0
commit 14198cb71c

2
debian/orig-tar.sh vendored
View File

@ -75,7 +75,7 @@ if test -n "$RCRELEASE"; then
VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
else
VERSION=$CURRENT_VERSION"~svn"$REVISION
VERSION=$CURRENT_VERSION"+svn"$REVISION
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
fi