]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed last commit.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Dec 2008 16:43:37 +0000 (17:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Dec 2008 16:43:37 +0000 (17:43 +0100)
lfs/bridge-utils

index fa133f437c892c5161778315c93183a8d3bea183..7054062bfa32492cc13e6b31f1509b3bc328c877 100644 (file)
@@ -74,7 +74,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) && autoconf
        cd $(DIR_APP) && \
                ./configure \