mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 11:38:16 +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
|
fi
|
||||||
|
|
||||||
if test -n "$RCRELEASE"; then
|
if test -n "$RCRELEASE"; then
|
||||||
# VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG
|
if test "$TAG" = "final"; then
|
||||||
VERSION=$MAJOR_VERSION"~+"$TAG
|
VERSION=$MAJOR_VERSION
|
||||||
|
else
|
||||||
|
VERSION=$MAJOR_VERSION"~+"$TAG
|
||||||
|
fi
|
||||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
||||||
else
|
else
|
||||||
VERSION=$CURRENT_VERSION"~svn"$REVISION
|
VERSION=$CURRENT_VERSION"~svn"$REVISION
|
||||||
|
Loading…
Reference in New Issue
Block a user