Signed-off-by: geraldo netto <[email protected]> --- apache-derby/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-derby/Makefile b/apache-derby/Makefile index 11d8c81..4c05e1a 100644 --- 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 -- 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.
