features.in/metadata/lib/50-metadata.mk: space-prefixed strings handling fixed

This commit is contained in:
Anton V. Boyarshinov 2020-08-06 12:39:09 +03:00 committed by Anton Midyukov
parent 2d516c9c44
commit 436452967c

View File

@ -31,7 +31,7 @@ metadata-.base:
if [ -n "$(DOT_BASE)" ]; then \
echo -e "\n## DOT_BASE\n$(DOT_BASE)"; \
fi; \
} | sed -re '/^[^[:space:]#]/ s/[[:space:]]+/\n/g' > .base
} | sed -re 's/^[[:space:]]+//' | sed -re '/^[^[:space:]#]/ s/[[:space:]]+/\n/g' > .base
# see also alterator-pkg (backend3/pkg-install);
# we only tar up what's up to it (note that e.g.