From: geraldo netto <[email protected]>
Committer: Nadav Har'El <[email protected]>
Branch: master

elasticsearch/Makefile: use wget -c

Signed-off-by: geraldo netto <[email protected]>
Message-Id: <[email protected]>

---
diff --git a/elasticsearch/Makefile b/elasticsearch/Makefile
--- a/elasticsearch/Makefile
+++ b/elasticsearch/Makefile
@@ -7,7 +7,7 @@ URL:=https://download.elastic.co/elasticsearch/release/org/elasticsearch/distrib
 module: ROOTFS usr.manifest

 $(TARBALL):
-       wget $(URL)
+       wget -c $(URL)

 ROOTFS/$(NAME): $(TARBALL)
        tar xvf $(TARBALL)

--
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