mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
meson: Run genkey command with --force
Sometimes meson decides to rerun the command even if the files already exist. Let's run with --force so we don't fail if that's the case.
This commit is contained in:
@@ -2622,7 +2622,7 @@ endforeach
|
||||
if mkosi.found()
|
||||
genkey = custom_target('genkey',
|
||||
output : ['mkosi.key', 'mkosi.crt'],
|
||||
command : [mkosi, 'genkey'],
|
||||
command : [mkosi, '--force', 'genkey'],
|
||||
depends : mkosi_depends,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user