image.in/Makefile: workaround for alterator-pkg

It would handle regular expressions but choke with
multiple words per line, ouch!
This commit is contained in:
Michael Shigorin 2011-06-13 15:15:37 +04:00
parent e53b6acb56
commit 5d2ca2ff63

View File

@ -47,7 +47,7 @@ metadata:
@rm -f files/Metadata/pkg-groups.tar
@echo -e "\n# auto-added in image.in/Makefile" >> $(call list,.base)
@echo "$(call kpackages,$(KMODULES),$(KFLAVOURS))" >> $(call list,.base)
@echo "$(COMMON_PACKAGES)" >> $(call list,.base)
@echo "$(COMMON_PACKAGES)" | tr ' ' '\n\n' >> $(call list,.base)
@echo "branding-$(BRANDING)-release" >> $(call list,.base)
@tar -cvf files/Metadata/pkg-groups.tar \
-C $(PKGDIR) \