mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01: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:
parent
7b577d72b5
commit
7173d7a6a5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue