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:
Michael Shigorin 2016-04-01 14:54:02 +03:00
parent bc03cde15e
commit a2bfcfb135

View File

@ -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