tools/mpp: rename mpp.py to osbuild-mpp

Prepare the optional installation of the script via a more unique
and langauge independent name.
This commit is contained in:
Christian Kellner 2021-06-30 21:05:58 +00:00
parent e4f39c5e03
commit 44fec6cd91
2 changed files with 1 additions and 1 deletions

View file

@ -209,7 +209,7 @@ TEST_MANIFESTS_GEN = $(TEST_MANIFESTS_MPP:%.mpp.json=%.json)
.PHONY: $(TEST_MANIFESTS_GEN)
$(TEST_MANIFESTS_GEN): %.json: %.mpp.json
$(SRCDIR)/tools/mpp.py -I "$(SRCDIR)/test/data/manifests" "$<" "$@"
$(SRCDIR)/tools/osbuild-mpp -I "$(SRCDIR)/test/data/manifests" "$<" "$@"
$(SRCDIR)/test/data/manifests/f34-base.json: $(SRCDIR)/test/data/manifests/f34-build.json
$(SRCDIR)/test/data/manifests/fedora-boot.json: $(SRCDIR)/test/data/manifests/f34-build.json