the rakudo build doesn't create the blib/ dirs it needs
[scpubgit/Rakudo-Star.git] / 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