From: Tomas Krizek Date: Thu, 14 Feb 2019 14:52:09 +0000 (+0100) Subject: meson: fix root.hints installation X-Git-Tag: v4.0.0~24^2~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a87a79e13d62e4719455b7e2bca22ad34dfd1f53;p=thirdparty%2Fknot-resolver.git meson: fix root.hints installation --- 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