Allow override ISO_VERSION with environment variable
This commit is contained in:
parent
60ae50f730
commit
d0b1446e92
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ ifdef QUBES_RELEASE
|
|||||||
ISO_VERSION := $(QUBES_RELEASE)
|
ISO_VERSION := $(QUBES_RELEASE)
|
||||||
PUNGI_OPTS += --isfinal
|
PUNGI_OPTS += --isfinal
|
||||||
else
|
else
|
||||||
ISO_VERSION := $(shell date +%Y%m%d)
|
ISO_VERSION ?= $(shell date +%Y%m%d)
|
||||||
endif
|
endif
|
||||||
PUNGI_OPTS += --ver="$(ISO_VERSION)"
|
PUNGI_OPTS += --ver="$(ISO_VERSION)"
|
||||||
PUNGI_OPTS += --rootfs-size=4
|
PUNGI_OPTS += --rootfs-size=4
|
||||||
|
Loading…
Reference in New Issue
Block a user