From 8f6e204381ca6b722cb01f8074be1eefffed3577 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 11 Oct 2025 13:38:14 -0600 Subject: [PATCH] Build host fstools as part of fstools target --- mk/fstools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/fstools.mk b/mk/fstools.mk index 125b8cbf7..3781d26e8 100644 --- a/mk/fstools.mk +++ b/mk/fstools.mk @@ -1,6 +1,6 @@ # Configuration file for redox-installer, Cookbook and RedoxFS FUSE -fstools: $(FSTOOLS_TAG) +fstools: $(FSTOOLS_TAG) $(HOST_FSTOOLS) # These tools run inside Podman if it is used, or on the host if Podman is not used $(FSTOOLS_TAG): cookbook installer $(CONTAINER_TAG)