the rakudo build doesn't create the blib/ dirs it needs
Matt S Trout [Tue, 4 Sep 2012 20:23:46 +0000 (20:23 +0000)]
Makefile.PL

index 47f6006..b8e0bf4 100644 (file)
@@ -19,7 +19,7 @@ rakudo-star/Makefile :
        cd rakudo-star; $(PERL) Configure.pl --gen-parrot --prefix=$(INSTALLRAKUDO)
 
 rakudo : rakudo-star/Makefile
-       cd rakudo-star; make all
+       cd rakudo-star; mkdir -p rakudo/blib/Perl6 rakudo/blib/QPerl6; make all
 
 install :: rakudoinstall