]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
wget: Update file extension
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Nov 2017 15:37:27 +0000 (15:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Nov 2017 15:38:11 +0000 (15:38 +0000)
Upstream does not distribute XZ compressed tarballs any more

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/wget

index 2c750bf653dc302c6e9a6532ad8a316f7123c2f8..774928bdcb58f108a5df471187a81f30d2d43d7c 100644 (file)
--- a/lfs/wget
+++ b/lfs/wget
@@ -27,7 +27,7 @@ include Config
 VER        = 1.19.2
 
 THISAPP    = wget-$(VER)
 VER        = 1.19.2
 
 THISAPP    = wget-$(VER)
-DL_FILE    = $(THISAPP).tar.xz
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \
 
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \