Add qubes-builder integration
This commit is contained in:
parent
50a6c3deae
commit
e2aa9596eb
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
pkgs/
|
3
Makefile.builder
Normal file
3
Makefile.builder
Normal file
@ -0,0 +1,3 @@
|
||||
ifeq ($(PACKAGE_SET),dom0)
|
||||
RPM_SPEC_FILES := kernel.spec
|
||||
endif
|
@ -1,3 +1,7 @@
|
||||
%if 0%{?qubes_builder}
|
||||
%define _sourcedir %(pwd)
|
||||
%define _specdir %(pwd)
|
||||
%endif
|
||||
# We have to override the new %%install behavior because, well... the kernel is special.
|
||||
%global __spec_install_pre %{___build_pre}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user