]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: etc - managed_ta and root.keys
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 7 Feb 2019 15:26:21 +0000 (16:26 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:43:24 +0000 (10:43 +0100)
etc/meson.build
etc/root.keys [moved from distro/common/root.keys with 100% similarity]

index d921b874f951bc376d568c7d902e47c2b746f56b..03a2deddae026e2d526cfa319acce27dcaf4a254 100644 (file)
@@ -1,10 +1,17 @@
 # etc
 
 etc_files = [
-  'icann-ca.pem',
   'root.hints',
 ]
 
+if managed_ta
+  etc_files += ['icann-ca.pem']
+endif
+
+if install_root_keys
+  etc_files += ['root.keys']
+endif
+
 
 subdir('config')
 
similarity index 100%
rename from distro/common/root.keys
rename to etc/root.keys