From: Otto Moerbeek Date: Mon, 23 Sep 2024 12:05:41 +0000 (+0200) Subject: Add comment X-Git-Tag: rec-5.2.0-alpha1~68^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ea9917db5f552e6edfcab9f87e839fa9a29ae3;p=thirdparty%2Fpdns.git Add comment --- diff --git a/builder-support/post-build b/builder-support/post-build index b2bc088315..b97d254ab1 100755 --- a/builder-support/post-build +++ b/builder-support/post-build @@ -17,6 +17,9 @@ if ! $tar --version | grep -q GNU; then exit 1 fi +# pdns (auth) is handled seperately, it needs a special find condition which is hard to do with +# vars, as we don't want the asterisks to expand prematurely. So repeat the body of the loop below +# with a find condition for pdns to exclude accidentally matching pdns-recursor*. for prog in pdns-recursor dnsdist; do if [ $(find ${SRCDIR}/dist -name "${prog}*" 2>/dev/null | wc -l) -ne 0 ]; then dst=${DESTDIR}/${prog}/${BUILDER_VERSION}