]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Disabled continue of sourcedownloads
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 28 Jan 2009 20:46:53 +0000 (21:46 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 28 Jan 2009 20:46:53 +0000 (21:46 +0100)
lfs/Config

index a045d337bf630a4dbd3dfb81c2361db29f7c1dd9..aeb5325bbd89815e44b947986169db411f0f4a50 100644 (file)
@@ -162,7 +162,7 @@ endef
 
 define LOAD
        @echo -e "$(MESSAGE)Download: $($(notdir $@))"
 
 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
        [ "$($(notdir $@)_MD5)" = `md5sum $(DIR_TMP)/$(notdir $@) | awk '{ print $$1 }'` ] # detect page not found answer
        mv $(DIR_TMP)/$(notdir $@) $(DIR_DL)
 endef