]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated lighttpd to 1.4.20.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Feb 2009 16:26:36 +0000 (17:26 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Feb 2009 16:26:36 +0000 (17:26 +0100)
lfs/lighttpd

index 70a812ef584f1f7dd5cdaee880b53cea069f37db..63ad5c0e7488dbe8387f59a3edd116b8b087dc86 100644 (file)
 include Config
 
 PKG_NAME   = lighttpd
-PKG_VER    = 1.4.19
+PKG_VER    = 1.4.20
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
@@ -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) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
 
        cd $(DIR_APP) && ./configure \
                        $(CONFIGURE_ARCH) \