mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03: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:
parent
d821a1103f
commit
096f923f7a
@ -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,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user