From ea1de8705fd1e8b363b69a5f5b7446d6158def06 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Tue, 2 Jun 2026 21:05:38 +1200 Subject: Oopsies i was checking wrong location in rootfs squashfs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 65c9d27..f1e6cc4 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ $(ROOTFS_DIR): $(BUILD_DIR) mkdir -p $(ROOTFS_DIR) rootfs: $(ROOTFS_DIR) kernel initramfs busybox - @if [ -f $(ROOTFS_DIR)/rootfs.squashfs ]; then \ + @if [ -f $(BUILD_DIR)/rootfs.squashfs ]; then \ echo "[yerba] rootfs squashfs image already exists, skipping..."; \ else \ rm -rf $(ROOTFS_DIR); \ -- cgit v1.2.3