]> 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)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 5 Jun 2025 13:18:30 +0000 (15:18 +0200)
commita292b55980d6ff2afd98deb9bcc3118cfcac4c67
treed08845c195b278df347947a889ed696ab1f5f1aa
parentc91f1a3db864650166d1b635470119b5072d7c41
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.
meson.build