mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 12:05:07 +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
|
fi
|
||||||
git_tag="llvmorg-$EXACT_VERSION"
|
git_tag="llvmorg-$EXACT_VERSION"
|
||||||
VERSION=$EXACT_VERSION
|
VERSION=$EXACT_VERSION
|
||||||
if test -n "$TAG" -a -z "$FINAL_RELEASE"; then
|
if test -n "$TAG"; then
|
||||||
git_tag="$git_tag-$TAG"
|
git_tag="$git_tag-$TAG"
|
||||||
VERSION="$VERSION~+$TAG"
|
VERSION="$VERSION~+$TAG"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user