]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
builder-support/dockerfiles/Dockerfile.authoritative: remove copy of renamed folder... 16677/head
authorromeroalx <alexis.romero@open-xchange.com>
Wed, 24 Dec 2025 10:14:13 +0000 (11:14 +0100)
committerromeroalx <alexis.romero@open-xchange.com>
Wed, 24 Dec 2025 10:14:13 +0000 (11:14 +0100)
builder-support/dockerfiles/Dockerfile.authoritative

index 315a038e93a68d12aaf903604439ca34b463dea1..0327fe91e596d58fe9053009a455a7222c51e323 100644 (file)
@@ -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