From: Matt S Trout Date: Wed, 5 Sep 2012 12:23:02 +0000 (+0000) Subject: switch to INSTALLSITEARCH to avoid installing into core for perlbrew perls X-Git-Tag: v2012.08002~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b11b29b25ef48e4c1d7d040561be09411bd470c0;p=scpubgit%2FRakudo-Star.git switch to INSTALLSITEARCH to avoid installing into core for perlbrew perls --- diff --git a/Makefile.PL b/Makefile.PL index b8e0bf4..5d6188f 100644 --- 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 --- 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;