]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Texinfo's tarball is gzip compressed.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Jun 2008 21:56:58 +0000 (23:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Jun 2008 21:56:58 +0000 (23:56 +0200)
lfs/texinfo

index 8dc66b696f089ec2acc36af4b6a6c4e016b2b64d..ebeb4699502c9123abfd28c2d4b4fe3fec2137ec 100644 (file)
@@ -28,7 +28,7 @@ PKG_NAME   = texinfo
 VER        = 4.12
 
 THISAPP    = $(PKG_NAME)-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.gz
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
@@ -52,7 +52,7 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) :
 
 $(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 zxf $(DIR_DL)/$(DL_FILE)
 
 ifeq "$(STAGE)" "toolchain"
        cd $(DIR_APP) && ./configure --prefix=$(TOOLS_DIR)