From: Remi Gacogne Date: Tue, 11 Feb 2025 15:16:20 +0000 (+0100) Subject: dnsdist: Install the sample configuration file in sysconfdir with meson X-Git-Tag: dnsdist-2.0.0-alpha1~99^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9964f21ac376fb365a7d1c7edee725b395fd2aef;p=thirdparty%2Fpdns.git dnsdist: Install the sample configuration file in sysconfdir with meson --- diff --git a/pdns/dnsdistdist/meson.build b/pdns/dnsdistdist/meson.build index 59f563f702..a5b4feb4aa 100644 --- a/pdns/dnsdistdist/meson.build +++ b/pdns/dnsdistdist/meson.build @@ -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