From e4b497e92dce3a5c5c3372c4d8f7d0b441d5ce35 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Tue, 11 Aug 2026 16:36:22 +0200 Subject: [PATCH] fix broken cfg_root/ dependency path --- common_laptop.mk | 2 -- debian-bookworm-desktop.mk | 2 -- debian-trixie-desktop.mk | 2 -- targets/squashfs.mk | 2 -- 4 files changed, 8 deletions(-) diff --git a/common_laptop.mk b/common_laptop.mk index c011514..297bd23 100644 --- a/common_laptop.mk +++ b/common_laptop.mk @@ -95,8 +95,6 @@ locales=de_DE.UTF-8,en_US.UTF-8 # keyboard=German keyboard=de -CFGROOT = cfg_root/ - .PHONY: _fstab _sudo _target: _fstab _sudo diff --git a/debian-bookworm-desktop.mk b/debian-bookworm-desktop.mk index fb0b9bc..db50576 100644 --- a/debian-bookworm-desktop.mk +++ b/debian-bookworm-desktop.mk @@ -102,8 +102,6 @@ keyboard=de ## See modules/approx.mk if you need more flexibility # approx=http://localhost:9000/debian -CFGROOT = cfg_root/ - .PHONY: _fstab _sudo _target: _fstab _sudo diff --git a/debian-trixie-desktop.mk b/debian-trixie-desktop.mk index 6388795..43664a6 100644 --- a/debian-trixie-desktop.mk +++ b/debian-trixie-desktop.mk @@ -55,8 +55,6 @@ keyboard=de ## See modules/approx.mk if you need more flexibility # approx=http://localhost:9000/debian -CFGROOT = cfg_root/ - .PHONY: _fstab _sudo _target: _fstab _sudo diff --git a/targets/squashfs.mk b/targets/squashfs.mk index 925a58d..a9acee3 100644 --- a/targets/squashfs.mk +++ b/targets/squashfs.mk @@ -1,6 +1,4 @@ SQUASH := ${squash} -CFGROOT := cfg_root/ - PACKAGES += squashfs-tools nbd-client .PHONY: _squash _squash_modules _squash_clean -- 2.47.3