]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix .zx -> .xz typo
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 3 Mar 2025 11:03:23 +0000 (12:03 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 7 Mar 2025 16:25:04 +0000 (17:25 +0100)
builder-support/dockerfiles/Dockerfile.debbuild-prepare

index 300720e5f014ac8cffc10d2db227e2ecb66fe19e..bd84111fb3bc6ca2ad06662d7f657280f925ce94 100644 (file)
@@ -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