Fix podman build skipped

This commit is contained in:
Wildan M 2026-01-03 07:57:08 +07:00
parent f71d59b8af
commit d15c096add
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -33,7 +33,7 @@ else
./target/release/repo fetch installer redoxfs
endif
$(FSTOOLS_TAG):
$(FSTOOLS_TAG): $(CONTAINER_TAG)
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) make $@
else