root/branches/vendor/third/perl/Cross/installperl.patch
@
20074
| Revision 20074, 0.5 KB (checked in by zacheiss, 6 years ago) |
|---|
-
installperl
../ 3 3 BEGIN { 4 4 require 5.004; 5 5 chdir '..' if !-d 'lib' and -d '../lib'; 6 @INC = 'lib';7 $ENV{PERL5LIB} = 'lib';6 # @INC = 'lib'; 7 # $ENV{PERL5LIB} = 'lib'; 8 8 } 9 9 10 10 use strict; … … 946 946 print " " if (@opts); 947 947 print "$file\n"; 948 948 } 949 system(" strip", @opts, $file);949 system("XXSTRIPXX-strip", @opts, $file); 950 950 } else { 951 951 print "# file '$file' skipped\n" if $verbose; 952 952 }
Note: See TracBrowser
for help on using the browser.
