aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-09-30 12:17:00 -0500
committerpmichaud <pmichaud@pobox.com>2012-09-30 12:17:00 -0500
commit9dd84dd6654767899daaaf0238e9eb9c482f949c (patch)
treec114c5e564276e2ed46dd1d476294af18547f862
parent8c409fdc781a55ec9ad6dbdc15c3c387543878fc (diff)
4.6.0 is in the supported/ directory instead of devel/ . :-|
-rw-r--r--tools/star/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 7cb0ad6..5cba74e 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,7 +1,7 @@
RAKUDO_VER = 2012.09.1
NQP_VER = 2012.09.1
PARROT_VER = 4.6.0
-PARROT_REL = devel/$(PARROT_VER)
+PARROT_REL = supported/$(PARROT_VER)
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz