aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-01-24 12:27:11 +0100
committerMoritz Lenz <moritz@faui2k3.org>2012-01-24 12:27:11 +0100
commit05ad4aea9461579cb86c88ab32e92782ac97d5bf (patch)
treed8ed0c92afff919a519abfefc7ef2bbd7b5e0771
parent303d04f89c8249ff900a1be26b7900ee0336108c (diff)
fix nqp un-tar-ing
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)