From: Remi Gacogne Date: Mon, 3 Mar 2025 11:03:23 +0000 (+0100) Subject: dnsdist: Fix .zx -> .xz typo X-Git-Tag: dnsdist-2.0.0-alpha1~30^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13cbdda0b6f092c72c3be59c34d50665af39033;p=thirdparty%2Fpdns.git dnsdist: Fix .zx -> .xz typo --- diff --git a/builder-support/dockerfiles/Dockerfile.debbuild-prepare b/builder-support/dockerfiles/Dockerfile.debbuild-prepare index 300720e5f0..bd84111fb3 100644 --- a/builder-support/dockerfiles/Dockerfile.debbuild-prepare +++ b/builder-support/dockerfiles/Dockerfile.debbuild-prepare @@ -44,5 +44,5 @@ RUN cp /sdist/pdns-recursor-${BUILDER_VERSION}.tar.bz2 pdns-recursor_${BUILDER_V @IF [ -n "$M_dnsdist$M_all" ] RUN tar xvf /sdist/dnsdist-${BUILDER_VERSION}.tar.xz # create copy of source tarball with name that dpkg-source requires -RUN cp /sdist/dnsdist-${BUILDER_VERSION}.tar.xz dnsdist_${BUILDER_VERSION}.orig.tar.zx +RUN cp /sdist/dnsdist-${BUILDER_VERSION}.tar.xz dnsdist_${BUILDER_VERSION}.orig.tar.xz @ENDIF