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_VERSION := $(call spec_version,revisor/revisor.spec)
|
||||||
|
|
||||||
REVISOR_OPTS := --install-dvd
|
REVISOR_OPTS := --install-dvd
|
||||||
ifdef RELEASE
|
ifdef QUBES_RELEASE
|
||||||
REVISOR_OPTS += --product-version="$(RELEASE)"
|
REVISOR_OPTS += --product-version="$(QUBES_RELEASE)"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
help:
|
help:
|
||||||
|
Loading…
Reference in New Issue
Block a user