Change 13126 by pudge@pudge-mobile on 2001/11/20 03:28:51 Make configpm work with extra keys
Affected files ... .... //depot/maint-5.6/macperl/macos/configpm#3 edit Differences ... ==== //depot/maint-5.6/macperl/macos/configpm#3 (text) ==== Index: perl/macos/configpm --- perl/macos/configpm.~1~ Mon Nov 19 20:45:06 2001 +++ perl/macos/configpm Mon Nov 19 20:45:06 2001 @@ -286,7 +286,7 @@ my $arch = $MacPerl::Architecture || ""; my $cc = $MacPerl::Compiler || ""; - %extra = ( + %preconfig = ( installsitelib => $inst, installsitearch => "$inst$arch:", archname => $arch, End of Patch.