mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
Message-Id: <1072098653.4789.6.camel@ragefire> Date: Mon, 22 Dec 2003 08:11:34 -0500 p4raw-id: //depot/perl@21985
23 lines
538 B
Diff
23 lines
538 B
Diff
--- ../installperl 2003-08-31 11:58:48.000000000 -0500
|
|
+++ installperl 2003-09-05 02:38:40.000000000 -0500
|
|
@@ -3,8 +3,8 @@
|
|
BEGIN {
|
|
require 5.004;
|
|
chdir '..' if !-d 'lib' and -d '../lib';
|
|
- @INC = 'lib';
|
|
- $ENV{PERL5LIB} = 'lib';
|
|
+# @INC = 'lib';
|
|
+# $ENV{PERL5LIB} = 'lib';
|
|
}
|
|
|
|
use strict;
|
|
@@ -946,7 +946,7 @@
|
|
print " " if (@opts);
|
|
print "$file\n";
|
|
}
|
|
- system("strip", @opts, $file);
|
|
+ system("XXSTRIPXX-strip", @opts, $file);
|
|
} else {
|
|
print "# file '$file' skipped\n" if $verbose;
|
|
}
|