]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixing extraction.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 31 Jan 2009 08:11:25 +0000 (09:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 31 Jan 2009 08:11:25 +0000 (09:11 +0100)
lfs/reiser4progs
lfs/reiserfsprogs

index 2325446d90188aa4d134a507dbb438c2c3e48918..800dfdca192e052bcc70a93f019667161d962d70 100644 (file)
@@ -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) \
index e8e9ab9aaedb0a3e2e1f1c0b532508eadf0ffa8b..c2d52f1c881c288cd27088f71ee9adc80287a5a3 100644 (file)
@@ -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 \