]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Don't use InstallDirectory by default 24264/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 9 Aug 2022 18:31:29 +0000 (20:31 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 9 Aug 2022 18:31:29 +0000 (20:31 +0200)
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.

mkosi.default.d/10-systemd.conf

index 00363e2a9fd6d0dbe685ea4375d2b06f788154d8..8efd1e97fa3265c1599fb2b5936e531671089c75 100644 (file)
@@ -13,7 +13,6 @@ OutputDirectory=mkosi.output
 [Content]
 BuildDirectory=mkosi.builddir
 Cache=mkosi.cache
-InstallDirectory=mkosi.installdir
 SourceFileTransferFinal=copy-git-others
 
 [Host]