Order RPM_SPEC_FILES by dependency
Also remove tabs which should only appear before target actions.
This commit is contained in:
parent
416e3eb0c5
commit
0d5b9e1b58
@ -1,13 +1,13 @@
|
||||
ifeq ($(PACKAGE_SET),dom0)
|
||||
RPM_SPEC_FILES := \
|
||||
anaconda/anaconda.spec \
|
||||
firstboot/firstboot.spec \
|
||||
qubes-release/qubes-release.spec \
|
||||
RPM_SPEC_FILES.dom0 := \
|
||||
pykickstart/pykickstart.spec \
|
||||
lorax/lorax.spec \
|
||||
lorax-templates-qubes/lorax-templates-qubes.spec \
|
||||
pungi/pungi.spec \
|
||||
pykickstart/pykickstart.spec \
|
||||
anaconda/anaconda.spec \
|
||||
firstboot/firstboot.spec \
|
||||
qubes-release/qubes-release.spec \
|
||||
qubes-release/qubes-dom0-dist-upgrade.spec \
|
||||
livecd-tools/livecd-tools.spec \
|
||||
live/qubes-live.spec
|
||||
endif
|
||||
|
||||
RPM_SPEC_FILES := $(RPM_SPEC_FILES.$(PACKAGE_SET))
|
||||
|
Loading…
Reference in New Issue
Block a user