makefile: Use QUBES_RELEASE variable

This commit is contained in:
Marek Marczykowski 2012-11-15 11:57:49 +01:00
parent 85734e0169
commit 2c7f61081b

View File

@ -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: