From f33a319f9924196555084452f30c5ed4c0799f24 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 25 Oct 2017 20:40:04 +0200 Subject: [PATCH] mkosi: configure mkosi.cache/ and mkosi.builddir/ explicitly 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mkosi/mkosi.fedora b/.mkosi/mkosi.fedora index 4cfdcb0b36..f54cbe08f3 100644 --- a/.mkosi/mkosi.fedora +++ b/.mkosi/mkosi.fedora @@ -74,3 +74,6 @@ BuildPackages= Packages= libidn2 + +BuildDirectory=mkosi.builddir +Cache=mkosi.cache