From: romeroalx Date: Wed, 24 Dec 2025 10:14:13 +0000 (+0100) Subject: builder-support/dockerfiles/Dockerfile.authoritative: remove copy of renamed folder... X-Git-Tag: rec-5.4.0-beta1~69^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16677%2Fhead;p=thirdparty%2Fpdns.git builder-support/dockerfiles/Dockerfile.authoritative: remove copy of renamed folder auth/systemd --- diff --git a/builder-support/dockerfiles/Dockerfile.authoritative b/builder-support/dockerfiles/Dockerfile.authoritative index 315a038e93..0327fe91e5 100644 --- a/builder-support/dockerfiles/Dockerfile.authoritative +++ b/builder-support/dockerfiles/Dockerfile.authoritative @@ -7,7 +7,7 @@ RUN apk add --no-cache gcc g++ make tar autoconf automake protobuf-dev lua-dev \ # the pdns/ dir is a bit broad, but who cares :) ADD configure.ac Makefile.am COPYING INSTALL NOTICE README /pdns-authoritative/ -@EXEC sdist_paths=(build-aux m4 pdns ext docs modules codedocs contrib regression-tests auth/systemd meson meson.build meson_options.txt) +@EXEC sdist_paths=(build-aux m4 pdns ext docs modules codedocs contrib regression-tests meson meson.build meson_options.txt) @EXEC for d in ${sdist_paths[@]} ; do echo "COPY $d /pdns-authoritative/$d" ; done ADD builder/helpers/set-configure-ac-version.sh /pdns-authoritative/builder/helpers/ ADD builder-support/gen-version /pdns-authoritative/builder-support/gen-version