source: vendor/perl/5.8.8/Cross/installperl.patch

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 538 bytes
  • installperl

    ../  
    33BEGIN {
    44    require 5.004;
    55    chdir '..' if !-d 'lib' and -d '../lib';
    6     @INC = 'lib';
    7     $ENV{PERL5LIB} = 'lib';
     6#    @INC = 'lib';
     7#    $ENV{PERL5LIB} = 'lib';
    88}
    99
    1010use strict;
     
    946946                print " " if (@opts);
    947947                print "$file\n";
    948948            }
    949             system("strip", @opts, $file);
     949            system("XXSTRIPXX-strip", @opts, $file);
    950950        } else {
    951951            print "# file '$file' skipped\n" if $verbose;
    952952        }
Note: See TracBrowser for help on using the repository browser.