Fix prefix not being triggered

This commit is contained in:
Wildan M 2025-10-31 22:57:16 +07:00
parent cafa108de3
commit 8e90c80aa9

View File

@ -1,6 +1,6 @@
# Configuration file for recipe commands
$(REPO_TAG): $(FSTOOLS_TAG) $(CONTAINER_TAG)
$(REPO_TAG): prefix $(FSTOOLS_TAG) $(CONTAINER_TAG)
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) make $@
else