mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 11:55:13 +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
|
VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG
|
||||||
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
|
||||||
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user