From: Lennart Poettering Date: Wed, 25 Oct 2017 18:40:04 +0000 (+0200) Subject: mkosi: configure mkosi.cache/ and mkosi.builddir/ explicitly X-Git-Tag: v236~236^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f33a319f9924196555084452f30c5ed4c0799f24;p=thirdparty%2Fsystemd.git 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) --- diff --git a/.mkosi/mkosi.fedora b/.mkosi/mkosi.fedora index 4cfdcb0b361..f54cbe08f30 100644 --- a/.mkosi/mkosi.fedora +++ b/.mkosi/mkosi.fedora @@ -74,3 +74,6 @@ BuildPackages= Packages= libidn2 + +BuildDirectory=mkosi.builddir +Cache=mkosi.cache