6 lines
159 B
Makefile
6 lines
159 B
Makefile
|
# 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
|