mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 04:47:56 +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
|
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