mkosi: Don't use InstallDirectory by default

While this provides some marginal speedup, the disadvantage is
that files are never removed when doing cached builds, which can
sometimes lead to hard to debug issues. So let's not do this by
default.
This commit is contained in:
Daan De Meyer 2022-08-09 20:31:29 +02:00
parent 670dfcb6ec
commit d808662ec0

View file

@ -13,7 +13,6 @@ OutputDirectory=mkosi.output
[Content]
BuildDirectory=mkosi.builddir
Cache=mkosi.cache
InstallDirectory=mkosi.installdir
SourceFileTransferFinal=copy-git-others
[Host]