From: Michael Tremer Date: Thu, 30 Jul 2009 18:57:27 +0000 (+0200) Subject: Replaced tar call by $(EXTRACTOR) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b623d3494146def613c28c3bada99c58eb4ade;p=ipfire-3.x.git Replaced tar call by $(EXTRACTOR) --- diff --git a/lfs/python-parted b/lfs/python-parted index 557387ff4..0ce5205a8 100644 --- a/lfs/python-parted +++ b/lfs/python-parted @@ -64,7 +64,7 @@ $(objects): $(OBJECT): $(objects) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && \ ./configure \ $(CONFIGURE_ARCH) \