mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 16:17:52 +00:00
remove the word final from the tarball generation
This commit is contained in:
parent
b553daa10e
commit
bcb11f24a0
7
debian/orig-tar.sh
vendored
7
debian/orig-tar.sh
vendored
@ -105,8 +105,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