X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flogrotate;h=37a465a46b54682c5b053765d638810f246fdd3a;hp=0c14dc5db2a4fddfac54151543c529a704f05af7;hb=fe6d84cbb56f3f331865ff603693c4f73c254b82;hpb=7b9e5f10cc3982177abffece56f14a7149d82e60 diff --git a/lfs/logrotate b/lfs/logrotate index 0c14dc5db2..37a465a46b 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: logrotate,v 1.5.2.4 2005/02/05 15:38:15 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -32,11 +26,11 @@ include Config -VER = 3.7 +VER = 3.7.1 THISAPP = logrotate-$(VER) DL_FILE = logrotate_$(VER).orig.tar.gz -DL_FROM = $(URL_DEBIAN)/l/logrotate +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -48,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = bf0de3a495294300f32e71f136119c41 +$(DL_FILE)_MD5 = 552639142e163745f6bcd4f1f3816d8a install : $(TARGET) @@ -78,7 +72,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install touch /var/lib/logrotate.status @rm -rf $(DIR_APP)