mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
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:
2
Makefile
2
Makefile
@@ -23,7 +23,7 @@ __SETUP_DIR?=.
|
|||||||
# We create a separate version for tags because git can't handle tags
|
# 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
|
# with embedded ~s in them. No spaces around '-' or they'll get
|
||||||
# embedded in ${VERSION}
|
# embedded in ${VERSION}
|
||||||
TAG_VERSION=$(subst ~,-, ${VERSION})
|
TAG_VERSION=$(subst ~,-,${VERSION})
|
||||||
|
|
||||||
.PHONY: tarball
|
.PHONY: tarball
|
||||||
tarball: clean
|
tarball: clean
|
||||||
|
Reference in New Issue
Block a user