Fix repo build with podman

This commit is contained in:
Jeremy Soller 2025-04-23 15:38:03 -06:00
parent d6f1dbf284
commit cecae079fc
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -15,7 +15,7 @@ endif
$(REPO_TAG): $(BUILD)/fetch.tag $(FSTOOLS_TAG) $(CONTAINER_TAG)
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) $(MAKE)
$(PODMAN_RUN) $(MAKE) $@
else
export PATH="$(PREFIX_PATH):$$PATH" && \
export COOKBOOK_HOST_SYSROOT="$(ROOT)/$(PREFIX_INSTALL)" && \