]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: Don't fail install script if file doesn't exist
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 5 Jun 2025 10:14:45 +0000 (12:14 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 25 Jun 2025 12:36:10 +0000 (13:36 +0100)
commit1a3f658f037e77b38e8645b8fbdadc84c2bb39d8
tree33eac0d9fef7a82f060d2675fc23a1bcffebd87d
parent3c826b06f2610acc69f7ca1c4551e934312d9b83
meson: Don't fail install script if file doesn't exist

Depending on which optional features are enabled, the NSS module
might not have been built, which means the custom install script
will fail to remove the file. Let's pass -f so it succeeds regardless
of whether the file exists or not.

(cherry picked from commit a292b55980d6ff2afd98deb9bcc3118cfcac4c67)
meson.build