Signed-off-by: geraldo netto <[email protected]> --- apache-spark/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-spark/Makefile b/apache-spark/Makefile index 4e100db..aea10c8 100644 --- a/apache-spark/Makefile +++ b/apache-spark/Makefile @@ -9,7 +9,7 @@ URL:=http://d3kbcqa49mib13.cloudfront.net/$(TARBALL) module: ROOTFS usr.manifest $(TARBALL): - wget $(URL) + wget -c $(URL) ROOTFS/$(NAME): $(TARBALL) tar xvf $(TARBALL) -- 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.
