From c00b17f6d305bf654640735bfc49ded8c0890b97 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 5 Mar 2024 19:41:50 +0100 Subject: [PATCH] mkosi: Allow users to configure the build and cache directory --- mkosi.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkosi.conf b/mkosi.conf index 5983d1311e1..2605e062ad7 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -6,8 +6,8 @@ MinimumVersion=20.2 [Output] @OutputDirectory=mkosi.output -BuildDirectory=mkosi.builddir -CacheDirectory=mkosi.cache +@BuildDirectory=mkosi.builddir +@CacheDirectory=mkosi.cache [Content] # Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_. -- 2.47.3