makefile: Use QUBES_RELEASE variable
This commit is contained in:
parent
85734e0169
commit
2c7f61081b
4
Makefile
4
Makefile
@ -38,8 +38,8 @@ QBSRELEASE_VERSION := $(call spec_version,qubes-release/qubes-release.spec)
|
||||
REVISOR_VERSION := $(call spec_version,revisor/revisor.spec)
|
||||
|
||||
REVISOR_OPTS := --install-dvd
|
||||
ifdef RELEASE
|
||||
REVISOR_OPTS += --product-version="$(RELEASE)"
|
||||
ifdef QUBES_RELEASE
|
||||
REVISOR_OPTS += --product-version="$(QUBES_RELEASE)"
|
||||
endif
|
||||
|
||||
help:
|
||||
|
Loading…
Reference in New Issue
Block a user