mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Makefile.am: Set iso label.
* Makefile.am (release): Add version number in disk image label.
This commit is contained in:
parent
f43ec1c5b0
commit
7b2ac47687
1 changed files with 1 additions and 0 deletions
|
@ -834,6 +834,7 @@ release: dist-with-updated-version
|
|||
image=`$(top_builddir)/pre-inst-env \
|
||||
guix system disk-image \
|
||||
--file-system-type=iso9660 \
|
||||
--label="GUIX_$${system}_$(VERSION)" \
|
||||
--system=$$system --fallback \
|
||||
gnu/system/install.scm` ; \
|
||||
if [ ! -f "$$image" ] ; then \
|
||||
|
|
Loading…
Reference in a new issue