Fix fetching fstools when locked to binary

This commit is contained in:
Wildan M 2026-05-16 15:39:29 +07:00
parent 114833df68
commit fde6f77b2a
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -32,7 +32,7 @@ fstools_fetch: $(FSTOOLS_TAG) FORCE
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) make $@
else
$(REPO_BIN) fetch installer redoxfs
$(REPO_BIN) fetch host:installer host:redoxfs
endif
CARGO_OFFLINE_FLAG=