From 31985a040d68db6d9838d1e9387373de4e1fd317 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Sun, 1 May 2022 10:24:03 +0200 Subject: [PATCH] meson: Fix hook install locations MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- hooks/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2