]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed lfs/pciutils.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Apr 2009 09:09:19 +0000 (11:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Apr 2009 09:09:19 +0000 (11:09 +0200)
lfs/pciutils

index 3ce362f2ba7bda41f6caf1d698b4350976040b60..720f54d1355d1f4be4f8d924a1bba1af449c1c35 100644 (file)
@@ -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