Commit 3770ca22 authored by Michael Shigorin's avatar Michael Shigorin

metadata: fix a tiny bitrot

The generated comment went wrong when the script was renamed.
parent 72bc5d05
......@@ -22,7 +22,7 @@ dump-LISTS = $(call dump-THEM,$(1),LISTS,cat)
metadata-.base:
@cd $(call list,/); \
{ \
echo "## generated by features.in/metadata/lib/metadata.mk"; \
echo "## generated by features.in/metadata/lib/50-metadata.mk"; \
$(foreach p,SYSTEM COMMON THE BASE,$(call dump-PACKAGES,$(p))) \
$(foreach l,THE BASE,$(call dump-LISTS,$(l))) \
if [ -n "$(DOT_BASE)" ]; then \
......
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