From: geraldo netto <[email protected]>
Committer: Nadav Har'El <[email protected]>
Branch: master
apache-derby/Makefile: use wget -c
Signed-off-by: geraldo netto <[email protected]>
Message-Id: <[email protected]>
---
diff --git a/apache-derby/Makefile b/apache-derby/Makefile
--- a/apache-derby/Makefile
+++ b/apache-derby/Makefile
@@ -5,7 +5,7 @@ VERSION := 10.14.1.0
module: ROOTFS
db-derby-$(VERSION)-bin.tar.gz:
- wget
http://archive.apache.org/dist/db/derby/db-derby-$(VERSION)/db-derby-$(VERSION)-bin.tar.gz
+ wget -c
http://archive.apache.org/dist/db/derby/db-derby-$(VERSION)/db-derby-$(VERSION)-bin.tar.gz
ROOTFS/db-derby: db-derby-$(VERSION)-bin.tar.gz
mkdir -p ROOTFS/db-derby
--
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.