qubes-linux-template-builder/Makefile.builder
Marek Marczykowski-Górecki a78fc2ddbb
Pretend the template rpm is build the standard way
This allows to reuse standard update-repo-* and sign-* make targets.

QubesOS/qubes-issues#3935
2018-06-04 02:19:32 +02:00

6 lines
159 B
Ruby

# pretend that normal package is built from this repo, to reuse update-repo-*
ifeq ($(PACKAGE_SET),vm)
OUTPUT_DIR = rpm
RPM_SPEC_FILES = templates.spec
endif