metadata: tweak list output a bit
Mark the particular pkglists included into what's dumped; makes content analysis considerably more convenient.
This commit is contained in:
parent
bc03cde15e
commit
a2bfcfb135
@ -15,7 +15,7 @@ if [ -n "$($(2)_$(1))" ]; then \
|
||||
echo -e "\n## $(2)_$(1)"; \
|
||||
case "$(1)" in \
|
||||
PACKAGES) echo "$($(2)_$(1))";; \
|
||||
LISTS) cat $($(2)_$(1));; \
|
||||
LISTS) echo -e "\n# $($(2)_$(1))"; cat $($(2)_$(1));; \
|
||||
esac; \
|
||||
fi;
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user