fix the repack script

This commit is contained in:
Sylvestre Ledru 2019-11-23 09:07:23 +01:00
parent d2713ddea7
commit 3e90d5128a

2
debian/orig-tar.sh vendored
View File

@ -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