Commit 2e2c7082 authored by Michael Shigorin's avatar Michael Shigorin

metadata: fix 50-metadata.mk's treatment of groups

It was missing THE_GROUPS rather completely (but should not care for LIVE_GROUPS -- are these useful anyways?); thanks sem@ for spotting.
parent eaee7b93
......@@ -35,6 +35,6 @@ metadata-.base:
metadata: metadata-.base
@mkdir -p $(METADIR); \
tar -C $(PKGDIR) -cvf - \
$(call rlist,$(MAIN_GROUPS) .base) \
$(call rgroup,$(MAIN_GROUPS)) \
$(call rlist,$(THE_GROUPS) $(MAIN_GROUPS) .base) \
$(call rgroup,$(THE_GROUPS) $(MAIN_GROUPS)) \
> $(METADIR)/pkg-groups.tar
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