]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Fix install_tree() file copy regression
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 6 Aug 2023 13:03:32 +0000 (15:03 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 6 Aug 2023 17:30:33 +0000 (19:30 +0200)
commitcd838fc8343cf3932ff07a8f09cba0b3758f22ef
treeadbf89edb77aa24bb88793310c713574ea1a2f40
parent92ab68086c1777142a659f5322a02c851378edea
Fix install_tree() file copy regression

If a target is set and the source is a file, we used to copy the
file directory into the image. Let's restore that behavior.
mkosi/tree.py