inject the version iso relying on git describe
This commit is contained in:
parent
c77abaab70
commit
23b0f99585
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue