projects
/
scpubgit/Rakudo-Star.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e31f672
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
47f6006
..
b8e0bf4
100644
(file)
--- 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