From: Michael Tremer Date: Sat, 31 Jan 2009 08:11:25 +0000 (+0100) Subject: Fixing extraction. X-Git-Tag: v3.0-alpha1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072b69302ea39fa1355eebb112031692fb494475;p=ipfire-3.x.git Fixing extraction. --- diff --git a/lfs/reiser4progs b/lfs/reiser4progs index 2325446d9..800dfdca1 100644 --- a/lfs/reiser4progs +++ b/lfs/reiser4progs @@ -55,7 +55,7 @@ $(objects) : $(OBJECT) : @$(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 \ $(CONFIGURE_ARCH) \ diff --git a/lfs/reiserfsprogs b/lfs/reiserfsprogs index e8e9ab9aa..c2d52f1c8 100644 --- a/lfs/reiserfsprogs +++ b/lfs/reiserfsprogs @@ -55,7 +55,7 @@ $(objects) : $(OBJECT) : @$(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 \ $(CONFIGURE_ARCH) \ --prefix=/usr \