Signed-off-by: geraldo netto <geraldone...@gmail.com>
---
 erlang/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/erlang/Makefile b/erlang/Makefile
index 324b05f..cac52b5 100644
--- a/erlang/Makefile
+++ b/erlang/Makefile
@@ -7,7 +7,7 @@ all: install erlang.so
 module: install erlang.so
 
 otp_src_$(OTP_VERSION).tar.gz:
-       wget -O "$@.temp" 
"http://www.erlang.org/download/otp_src_$(OTP_VERSION).tar.gz"
+       wget -c -O "$@.temp" 
"http://www.erlang.org/download/otp_src_$(OTP_VERSION).tar.gz"
        mv "$@.temp" "$@"
 
 otp_src_$(OTP_VERSION): otp_src_$(OTP_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 osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to