mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 12:22:12 +00:00
fix the repack script
This commit is contained in:
parent
78e19419a0
commit
14198cb71c
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user