Signed-off-by: geraldo netto <[email protected]>
---
 ruby/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruby/Makefile b/ruby/Makefile
index fb17f99..1a08e19 100644
--- a/ruby/Makefile
+++ b/ruby/Makefile
@@ -28,7 +28,7 @@ upstream/ruby:
 
 upstream/obstack-1.2.tar.bz2:
        mkdir -p upstream
-       cd upstream && wget -O obstack-1.2.tar.bz2 
"http://sourceforge.jp/frs/g_redir.php?m=jaist&f=%2Flibfirm%2Fobstack%2F1.2%2Fobstack-1.2.tar.bz2";
+       cd upstream && wget -c -O obstack-1.2.tar.bz2 
"http://sourceforge.jp/frs/g_redir.php?m=jaist&f=%2Flibfirm%2Fobstack%2F1.2%2Fobstack-1.2.tar.bz2";
        cd upstream && tar xvf obstack-1.2.tar.bz2
        cd upstream/obstack-1.2/ && patch -p1 < ../../obstack_vprintf.patch
        cd upstream/obstack-1.2/ && ./configure
@@ -39,7 +39,7 @@ upstream/bundler:
 
 upstream/cert.pem:
        mkdir -p upstream
-       cd upstream && wget -O cert.pem "http://curl.haxx.se/ca/cacert.pem";
+       cd upstream && wget -c -O cert.pem "http://curl.haxx.se/ca/cacert.pem";
 
 ${LIBOBSTACK_A}: upstream/obstack-1.2.tar.bz2
        cd upstream/obstack-1.2/ && make
-- 
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.

Reply via email to