summaryrefslogtreecommitdiff
path: root/Cross/installperl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Cross/installperl.patch')
-rw-r--r--Cross/installperl.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cross/installperl.patch b/Cross/installperl.patch
index 0101e660fe..7e10c94ac4 100644
--- a/Cross/installperl.patch
+++ b/Cross/installperl.patch
@@ -3,7 +3,7 @@
@@ -3,8 +3,8 @@
BEGIN {
require 5.004;
- chdir '..' if !-d 'lib' and -d '..\lib';
+ chdir '..' if !-d 'lib' and -d '../lib';
- @INC = 'lib';
- $ENV{PERL5LIB} = 'lib';
+# @INC = 'lib';
@@ -11,7 +11,7 @@
}
use strict;
-@@ -931,7 +931,7 @@
+@@ -946,7 +946,7 @@
print " " if (@opts);
print "$file\n";
}