Skip to content

Commit 06d8dec

Browse files
committed
makefiles: Make GITTAG swizzle tildes to dashes
Signed-off-by: Peter Jones <pjones@redhat.com>
1 parent 498b149 commit 06d8dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ clean-cryptlib-objs:
384384

385385
clean: clean-shim-objs clean-fuzz-objs clean-test-objs clean-gnu-efi clean-openssl-objs clean-cryptlib-objs clean-lib-objs
386386

387-
GITTAG = $(VERSION)
387+
GITTAG = $(shell echo $(VERSION) | sed 's/~/-/g')
388388

389389
test-archive:
390390
@./make-archive $(if $(call get-config,shim.origin),--origin "$(call get-config,shim.origin)") --test "$(VERSION)"

0 commit comments

Comments
 (0)