]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: use find_program() for add-git-hook.sh
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 28 Mar 2020 08:30:51 +0000 (09:30 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 28 Mar 2020 11:37:28 +0000 (12:37 +0100)
commite2d612a8e48c99104b9794240ea35ae265bbb0f5
tree18c9c518dff74e4332abb5afbfb527c6ad785ea0
parentf4c7bf9e906e037b9ee6d23db01b7cf2f2d76538
meson: use find_program() for add-git-hook.sh

On azure systemd.systemd ci, the build would fail with:
meson.build:53:0: ERROR: Program or command '/home/appuser/fuzzer/tools/add-git-hook.sh' not found or not executable

We use find_program() for all helpers, so let's do it for this one too.
This should solve the issue, whatever it exactly is.
meson.build