77f8e8ef6d
Distributing kernel-devel built for dom0 to VMs is major PITA, including problems like copying between different build environments, inability to install it in Debian etc. Lets include kernel headers there by default, without any additional package needed. Fixes QubesOS/qubes-issues#2692
4 lines
63 B
Ruby
4 lines
63 B
Ruby
ifeq ($(PACKAGE_SET),dom0)
|
|
RPM_SPEC_FILES := kernel.spec
|
|
endif
|