From: geraldo netto <geraldone...@gmail.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master
elixir/Makefile: use wget -c
Signed-off-by: geraldo netto <geraldone...@gmail.com>
Message-Id: <1516131789-8559-8-git-send-email-geraldone...@gmail.com>
---
diff --git a/elixir/Makefile b/elixir/Makefile
--- a/elixir/Makefile
+++ b/elixir/Makefile
@@ -6,7 +6,7 @@ all: install
module: install
elixir-$(ELIXIR_VERSION).tar.gz:
- wget
-O "$@.temp" "https://github.com/elixir-lang/elixir/archive/v$(ELIXIR_VERSION).tar.gz"
+ wget -c
-O "$@.temp" "https://github.com/elixir-lang/elixir/archive/v$(ELIXIR_VERSION).tar.gz"
mv "$@.temp" "$@"
elixir-$(ELIXIR_VERSION): elixir-$(ELIXIR_VERSION).tar.gz
--
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.