mkosi: configure mkosi.cache/ and mkosi.builddir/ explicitly
authorLennart Poettering <lennart@poettering.net>
Wed, 25 Oct 2017 18:40:04 +0000 (20:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Nov 2017 18:00:06 +0000 (19:00 +0100)
This way these dirs will be created automatically if they are missing,
thus always guaranteeing optimal speedy behaviour.

(Well at least, after https://github.com/systemd/mkosi/pull/181 is
merged)

.mkosi/mkosi.fedora

index 4cfdcb0..f54cbe0 100644 (file)
@@ -74,3 +74,6 @@ BuildPackages=
 
 Packages=
         libidn2
+
+BuildDirectory=mkosi.builddir
+Cache=mkosi.cache