From 6a5f68528c2715cc8d0e0bfeb65d2592cf805f01 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Wed, 3 Sep 2025 04:43:02 +0200 Subject: [PATCH] fixup! carry spool directory into actual installation correct path would be nice --- mkosi.finalize.d/99-var.sh.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.finalize.d/99-var.sh.chroot b/mkosi.finalize.d/99-var.sh.chroot index d4c1aa0..d535367 100755 --- a/mkosi.finalize.d/99-var.sh.chroot +++ b/mkosi.finalize.d/99-var.sh.chroot @@ -10,4 +10,4 @@ cp --archive --no-target-directory --update=all /var/lib/flatpak /usr/share/fact # Same for spool (cups) # factory/var already exists, no need to mkdir it. -cp --archive --no-target-directory --update=all /var/lib/spool /usr/share/factory/var/spool +cp --archive --no-target-directory --update=all /var/spool /usr/share/factory/var/spool