From: Arne Fitzenreiter Date: Wed, 28 Jan 2009 20:46:53 +0000 (+0100) Subject: Disabled continue of sourcedownloads X-Git-Tag: v2.5-beta1~196 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e99d32db30ff55cba3d78f5e32de9dac50e935a7;p=ipfire-2.x.git Disabled continue of sourcedownloads --- diff --git a/lfs/Config b/lfs/Config index a045d337bf..aeb5325bbd 100644 --- a/lfs/Config +++ b/lfs/Config @@ -162,7 +162,7 @@ endef define LOAD @echo -e "$(MESSAGE)Download: $($(notdir $@))" - wget -T 60 -t 1 -c -nv -U "IPFireSourceGrabber/2.x" $($(notdir $@)) -O $(DIR_TMP)/$(notdir $@) + wget -T 60 -t 1 -nv -U "IPFireSourceGrabber/2.x" $($(notdir $@)) -O $(DIR_TMP)/$(notdir $@) [ "$($(notdir $@)_MD5)" = `md5sum $(DIR_TMP)/$(notdir $@) | awk '{ print $$1 }'` ] # detect page not found answer mv $(DIR_TMP)/$(notdir $@) $(DIR_DL) endef