]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/autoconf
Zwischencommit fuer LFS.
[people/teissler/ipfire-2.x.git] / lfs / autoconf
index 9244fc05d7212e0ef3d91284865580b5597af495..9472aba4cafe49ed8c18f2d19351ac5b69378e01 100644 (file)
@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install