summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2025-03-04 10:10:42 -0500
committerPeter Jones <pjones@redhat.com>2025-03-04 10:20:09 -0500
commit06d8dec7e27c474393b2b83f0c8b5e25214ee5e9 (patch)
tree8ea6afa445a99b96cb579f160e5bae544f3f4e9d
parent498b1497d917bc6cb645ffddca2a1d96814b7f6d (diff)
downloadefi-boot-shim-06d8dec7e27c474393b2b83f0c8b5e25214ee5e9.tar.gz
efi-boot-shim-06d8dec7e27c474393b2b83f0c8b5e25214ee5e9.zip
makefiles: Make GITTAG swizzle tildes to dashes
Signed-off-by: Peter Jones <pjones@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe42db40..f011db05 100644
--- a/Makefile
+++ b/Makefile
@@ -384,7 +384,7 @@ clean-cryptlib-objs:
clean: clean-shim-objs clean-fuzz-objs clean-test-objs clean-gnu-efi clean-openssl-objs clean-cryptlib-objs clean-lib-objs
-GITTAG = $(VERSION)
+GITTAG = $(shell echo $(VERSION) | sed 's/~/-/g')
test-archive:
@./make-archive $(if $(call get-config,shim.origin),--origin "$(call get-config,shim.origin)") --test "$(VERSION)"