qubes-linux-kernel/Makefile.builder
Marek Marczykowski-Górecki 77f8e8ef6d
rpm: include kernel headers in modules.img for VM
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
2017-06-03 22:19:08 +02:00

4 lines
63 B
Ruby

ifeq ($(PACKAGE_SET),dom0)
RPM_SPEC_FILES := kernel.spec
endif