a78fc2ddbb
This allows to reuse standard update-repo-* and sign-* make targets. QubesOS/qubes-issues#3935
6 lines
159 B
Ruby
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
|