From 05ad4aea9461579cb86c88ab32e92782ac97d5bf Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Tue, 24 Jan 2012 12:27:11 +0100 Subject: fix nqp un-tar-ing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f82ff2..541fec3 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ $(PARROT_TGZ): wget http://ftp.parrot.org/releases/$(PARROT_REL)/$(PARROT_TGZ) $(NQP_DIR): $(NQP_TGZ) - tar -C $(DISTDIR)/$(NQP) -xvzf $(NQP_TGZ) + tar -C $(DISTDIR) -xvzf $(NQP_TGZ) $(NQP_TGZ): wget --no-check-certificate https://github.com/downloads/perl6/nqp/$(NQP_TGZ) -- cgit v1.1