]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Install the sample configuration file in sysconfdir with meson
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 11 Feb 2025 15:16:20 +0000 (16:16 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 11 Feb 2025 15:16:20 +0000 (16:16 +0100)
pdns/dnsdistdist/meson.build

index 59f563f702ae10354f4b28969cdd7f5bf7c5b942..a5b4feb4aae011539ff908d37e712d12084e055e 100644 (file)
@@ -685,5 +685,5 @@ endif
 
 install_data(
   'dnsdist.conf-dist',
-  install_dir : get_option('sysconfdir') / 'dnsdist'
+  install_dir : get_option('sysconfdir')
 )
\ No newline at end of file