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:
parent
e4f39c5e03
commit
44fec6cd91
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue