diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-02 21:05:38 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-02 21:05:38 +1200 |
| commit | ea1de8705fd1e8b363b69a5f5b7446d6158def06 (patch) | |
| tree | 9a1526549b626ca2d4b96ac0f793cdbc51b58082 /Makefile | |
| parent | a2b8bb2cb77f401cd1ec17347f2c5cde90f10c11 (diff) | |
| download | yerbalinux-ea1de8705fd1e8b363b69a5f5b7446d6158def06.tar.xz yerbalinux-ea1de8705fd1e8b363b69a5f5b7446d6158def06.zip | |
Oopsies i was checking wrong location in rootfs squashfs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); \ |
