aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-02 21:05:38 +1200
committerArslaan Pathan <[email protected]>2026-06-02 21:05:38 +1200
commitea1de8705fd1e8b363b69a5f5b7446d6158def06 (patch)
tree9a1526549b626ca2d4b96ac0f793cdbc51b58082 /Makefile
parenta2b8bb2cb77f401cd1ec17347f2c5cde90f10c11 (diff)
downloadyerbalinux-ea1de8705fd1e8b363b69a5f5b7446d6158def06.tar.xz
yerbalinux-ea1de8705fd1e8b363b69a5f5b7446d6158def06.zip
Oopsies i was checking wrong location in rootfs squashfs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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); \