From: Daan De Meyer Date: Mon, 28 Oct 2024 13:36:18 +0000 (+0100) Subject: Use firmwared variable in one more place X-Git-Tag: v25~204^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dec7c80cc046c1924eabd5e8012225df16997d2;p=thirdparty%2Fmkosi.git Use firmwared variable in one more place --- diff --git a/mkosi/kmod.py b/mkosi/kmod.py index b3a8ec1f1..6ba873fbe 100644 --- a/mkosi/kmod.py +++ b/mkosi/kmod.py @@ -236,7 +236,7 @@ def process_kernel_modules( if fw in required: continue - if any(fw.is_relative_to(Path("usr/lib/firmware") / d) for d in ("amd-ucode", "intel-ucode")): + if any(fw.is_relative_to(firmwared / d) for d in ("amd-ucode", "intel-ucode")): continue p = root / fw