From c3e769dbe0c30978914766a74805f713d5deed32 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 25 Nov 2016 18:25:48 +0100 Subject: [PATCH] gettext/build - download gzipped file, old tar's cannot handle .xz extension/compression --- gettext/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettext/build b/gettext/build index b86c151..def5804 100755 --- a/gettext/build +++ b/gettext/build @@ -1,6 +1,6 @@ #!/usr/bin/env modbuild -SOURCE_URL="https://ftp.gnu.org/pub/gnu/$P/$P-$V.tar.xz" +SOURCE_URL="https://ftp.gnu.org/pub/gnu/$P/$P-$V.tar.gz" pbuild::configure() { "${MODULE_SRCDIR}"/configure \