From: Matt S Trout Date: Tue, 4 Sep 2012 20:23:46 +0000 (+0000) Subject: the rakudo build doesn't create the blib/ dirs it needs X-Git-Tag: v2012.08002~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FRakudo-Star.git;a=commitdiff_plain;h=0302a100c6933ada96c18501e144d6cbc4c77bf9 the rakudo build doesn't create the blib/ dirs it needs --- diff --git a/Makefile.PL b/Makefile.PL index 47f6006..b8e0bf4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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