Remove extra space insert at from of ${TAG_VERSION} when doing the ~ to -

substitution.

Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen 2011-09-15 13:28:01 -07:00
parent 7b577d72b5
commit 7173d7a6a5

View file

@ -23,7 +23,7 @@ __SETUP_DIR?=.
# We create a separate version for tags because git can't handle tags
# with embedded ~s in them. No spaces around '-' or they'll get
# embedded in ${VERSION}
TAG_VERSION=$(subst ~,-, ${VERSION})
TAG_VERSION=$(subst ~,-,${VERSION})
.PHONY: tarball
tarball: clean