]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Allow users to configure the build and cache directory
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 5 Mar 2024 18:41:50 +0000 (19:41 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 5 Mar 2024 18:41:50 +0000 (19:41 +0100)
mkosi.conf

index 5983d1311e195374c0f1749e5b4dedde0e90c7be..2605e062ad7645e1e7b6ceb62e89cbc7bace0ff4 100644 (file)
@@ -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_.