mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
Fix fetching fstools when locked to binary
This commit is contained in:
parent
114833df68
commit
fde6f77b2a
@ -32,7 +32,7 @@ fstools_fetch: $(FSTOOLS_TAG) FORCE
|
|||||||
ifeq ($(PODMAN_BUILD),1)
|
ifeq ($(PODMAN_BUILD),1)
|
||||||
$(PODMAN_RUN) make $@
|
$(PODMAN_RUN) make $@
|
||||||
else
|
else
|
||||||
$(REPO_BIN) fetch installer redoxfs
|
$(REPO_BIN) fetch host:installer host:redoxfs
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CARGO_OFFLINE_FLAG=
|
CARGO_OFFLINE_FLAG=
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user