From: Chip Salzenberg Date: Wed, 2 Apr 1997 21:49:53 +0000 (+1200) Subject: Put extensions' autoload files in $archlib X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5cc330c87f9e28573cadb3255b068abf37e4fdd2;p=p5sagit%2Fp5-mst-13.2.git Put extensions' autoload files in $archlib --- diff --git a/installperl b/installperl index a654b26..07b1e55 100755 --- a/installperl +++ b/installperl @@ -415,7 +415,7 @@ sub installlib { } if (-f $_) { - if (/\.al$/ || /\.ix$/) { + if (/\.(?:al|ix)$/ && !($dir =~ m[^auto/(.*)$] && $archpms{$1})) { $installlib = $installprivlib; #We're installing *.al and *.ix files into $installprivlib, #but we have to delete old *.al and *.ix files from the 5.000