From: Remi Gacogne Date: Thu, 13 Feb 2025 09:42:01 +0000 (+0100) Subject: dnsdist: Tell meson to follow symbolic links for `dnsdist.conf-dist` X-Git-Tag: dnsdist-2.0.0-alpha1~99^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15138%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Tell meson to follow symbolic links for `dnsdist.conf-dist` --- diff --git a/pdns/dnsdistdist/meson.build b/pdns/dnsdistdist/meson.build index a5b4feb4aa..1cc990021f 100644 --- a/pdns/dnsdistdist/meson.build +++ b/pdns/dnsdistdist/meson.build @@ -685,5 +685,6 @@ endif install_data( 'dnsdist.conf-dist', - install_dir : get_option('sysconfdir') + install_dir : get_option('sysconfdir'), + follow_symlinks: true ) \ No newline at end of file