From: Arne Fitzenreiter Date: Wed, 28 Jan 2009 20:46:53 +0000 (+0100) Subject: Disabled continue of sourcedownloads X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=e99d32db30ff55cba3d78f5e32de9dac50e935a7 Disabled continue of sourcedownloads --- diff --git a/lfs/Config b/lfs/Config index a045d337b..aeb5325bb 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