mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 09:21:17 +00:00
remove the word final from the tarball generation
This commit is contained in:
parent
11c82686cc
commit
71a5512f39
7
debian/orig-tar.sh
vendored
7
debian/orig-tar.sh
vendored
@ -104,8 +104,11 @@ else
|
||||
fi
|
||||
|
||||
if test -n "$RCRELEASE"; then
|
||||
# VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG
|
||||
VERSION=$MAJOR_VERSION"~+"$TAG
|
||||
if test "$TAG" = "final"; then
|
||||
VERSION=$MAJOR_VERSION
|
||||
else
|
||||
VERSION=$MAJOR_VERSION"~+"$TAG
|
||||
fi
|
||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
||||
else
|
||||
VERSION=$CURRENT_VERSION"~svn"$REVISION
|
||||
|
Loading…
Reference in New Issue
Block a user