Signed-off-by: geraldo netto <[email protected]> --- yaws/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yaws/Makefile b/yaws/Makefile index e82cc78..65cebaf 100644 --- a/yaws/Makefile +++ b/yaws/Makefile @@ -6,7 +6,7 @@ all: install usr.manifest module: install usr.manifest yaws-$(YAWS_VERSION).tar.gz: - wget -O "[email protected]" "http://yaws.hyber.org/download/yaws-$(YAWS_VERSION).tar.gz" + wget -c -O "[email protected]" "http://yaws.hyber.org/download/yaws-$(YAWS_VERSION).tar.gz" mv "[email protected]" "$@" yaws-$(YAWS_VERSION): yaws-$(YAWS_VERSION).tar.gz -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
