From: Michael Tremer Date: Tue, 28 Apr 2009 09:09:19 +0000 (+0200) Subject: Fixed lfs/pciutils. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c4b4e03657fb11155743c8c6afee110dd3fec55;p=ipfire-3.x.git Fixed lfs/pciutils. --- diff --git a/lfs/pciutils b/lfs/pciutils index 3ce362f2b..720f54d13 100644 --- a/lfs/pciutils +++ b/lfs/pciutils @@ -75,7 +75,7 @@ $(objects): $(OBJECT): $(objects) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && make SHARED=yes OPT=$(CLFLAGS) PREFIX=/usr ZLIB=no $(PARALLELISMFLAGS) cd $(DIR_APP) && make SHARED=yes PREFIX=/usr install install -v -m 755 -d /usr/include/pci