From a87a79e13d62e4719455b7e2bca22ad34dfd1f53 Mon Sep 17 00:00:00 2001 From: Tomas Krizek <tomas.krizek@nic.cz> Date: Thu, 14 Feb 2019 15:52:09 +0100 Subject: [PATCH] meson: fix root.hints installation --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0bd51b8bd..ebbdaa15d 100644 --- a/meson.build +++ b/meson.build @@ -65,7 +65,7 @@ endif ## Root hints root_hints = join_paths(etc_dir, get_option('root_hints')) -if keyfile_default == join_paths(etc_dir, 'root.hints') +if root_hints == join_paths(etc_dir, 'root.hints') install_root_hints = true else install_root_hints = false -- GitLab