From e99d32db30ff55cba3d78f5e32de9dac50e935a7 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 28 Jan 2009 21:46:53 +0100 Subject: [PATCH] Disabled continue of sourcedownloads --- lfs/Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2