From: Stéphane Graber Date: Sun, 1 May 2022 08:24:03 +0000 (+0200) Subject: meson: Fix hook install locations X-Git-Tag: lxc-5.0.0~21^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31985a040d68db6d9838d1e9387373de4e1fd317;p=thirdparty%2Flxc.git meson: Fix hook install locations Signed-off-by: Stéphane Graber --- diff --git a/hooks/meson.build b/hooks/meson.build index bdb860b94..45eb17873 100644 --- a/hooks/meson.build +++ b/hooks/meson.build @@ -11,7 +11,7 @@ hook_programs += executable( hooks_unmount_namespace_sources, include_directories: hooks_include_directories, install: true, - install_dir: lxchookdir) + install_dir: join_paths(lxclibexec, 'hooks')) hook_programs = configure_file( configuration: dummy_config_data,