Add qubes-builder integration

3.19-fedora
Marek Marczykowski-Górecki 9 years ago
parent 50a6c3deae
commit e2aa9596eb
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

1
.gitignore vendored

@ -0,0 +1 @@
pkgs/

@ -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…
Cancel
Save