inject the version iso relying on git describe

This commit is contained in:
Peter Tillemans 2025-07-23 01:34:47 +02:00
parent c77abaab70
commit 23b0f99585

View file

@ -132,6 +132,9 @@
(substitute* "mk/common.mk"
(("^REVISION.*")
(string-append "REVISION ?= " #$version "\n" "CC := gcc\n")))
(substitute* "versions.mk"
(("^GIT_TAG.*")
(string-append "GIT_TAG ?= " #$version "\n")))
#true) ; must return true for success
))
#:tests? #f))