mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 13:28:35 +00:00
fix the repack script
This commit is contained in:
parent
d2713ddea7
commit
3e90d5128a
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -115,7 +115,7 @@ else
|
||||
fi
|
||||
git_tag="llvmorg-$EXACT_VERSION"
|
||||
VERSION=$EXACT_VERSION
|
||||
if test -n "$TAG" -a -z "$FINAL_RELEASE"; then
|
||||
if test -n "$TAG"; then
|
||||
git_tag="$git_tag-$TAG"
|
||||
VERSION="$VERSION~+$TAG"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user