projects
/
scpubgit/Rakudo-Star.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0302a10
)
switch to INSTALLSITEARCH to avoid installing into core for perlbrew perls
Matt S Trout [Wed, 5 Sep 2012 12:23:02 +0000 (12:23 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
lib/Rakudo/Star.pm
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b8e0bf4
..
5d6188f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-10,7
+10,7
@@
WriteMakefile(
sub MY::postamble { <<'END' }
-INSTALLRAKUDO=$(INSTALLARCHLIB)/Rakudo/Star/Install
+INSTALLRAKUDO=$(INSTALLSITEARCH)/Rakudo/Star/Install
all :: rakudo
touch blib/arch/auto/Rakudo-Star/force-arch
diff --git
a/lib/Rakudo/Star.pm
b/lib/Rakudo/Star.pm
index
602027c
..
9ebdf8b
100644
(file)
--- a/
lib/Rakudo/Star.pm
+++ b/
lib/Rakudo/Star.pm
@@
-1,6
+1,6
@@
package Rakudo::Star;
-our $VERSION = '2012.08_000';
+our $VERSION = '2012.08_001';
$VERSION = eval $VERSION;