]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: fix root.hints installation
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 14 Feb 2019 14:52:09 +0000 (15:52 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:43:30 +0000 (10:43 +0100)
meson.build

index 0bd51b8bd1a45645b70e81cbb28690ffccac907e..ebbdaa15d072bed4114cbdc88e1fdf51381f2482 100644 (file)
@@ -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