From: Daan De Meyer Date: Tue, 5 Mar 2024 18:41:50 +0000 (+0100) Subject: mkosi: Allow users to configure the build and cache directory X-Git-Tag: v256-rc1~636^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c00b17f6d305bf654640735bfc49ded8c0890b97;p=thirdparty%2Fsystemd.git mkosi: Allow users to configure the build and cache directory --- 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_.