the rakudo build doesn't create the blib/ dirs it needs
[scpubgit/Rakudo-Star.git] / Makefile.PL
index 598cc57..b8e0bf4 100644 (file)
@@ -4,7 +4,8 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
   NAME => 'Rakudo-Star',
-  VERSION => '2012.08_000',
+  VERSION_FROM => 'lib/Rakudo/Star.pm',
+  AUTHOR => 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>',
 );
 
 sub MY::postamble { <<'END' }
@@ -18,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