Commit 1d668796 authored by Michael Shigorin's avatar Michael Shigorin

live/stage2cfg.mk: rather LIVE_GROUPS

This one used to use LIVE_MAIN_GROUPS which seems to be overlooked substitution artifact from walking over GLOBAL_PKG_GROUPS and GLOBAL_LIVE_PKG_GROUPS of m-p-d... (not that LIVE_GROUPS are defined anywhere yet)
parent e89a0f1c
......@@ -2,7 +2,7 @@
IMAGE_PACKAGES = $(COMMON_PACKAGES) \
$(LIVE_PACKAGES) \
$(call map,list,$(LIVE_LISTS) $(LIVE_MAIN_GROUPS)) \
$(call map,list,$(LIVE_LISTS) $(LIVE_GROUPS)) \
interactivesystem
MKI_PACK_RESULTS = squash:live
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment