blob: ab3e6243bda314f137d1c328fbbf0e7f3bb34f36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- a/write_buildcustomize.pl
+++ b/write_buildcustomize.pl
@@ -3,7 +3,7 @@
use strict;
my $osname = $^O;
-my $file = 'lib/buildcustomize.pl';
+my $file = './lib/buildcustomize.pl';
if ( @ARGV % 2 ) {
my $dir = shift;
--- a/configpm
+++ b/configpm
@@ -129,7 +129,7 @@ if ($Opts{chdir}) {
my ($Config_SH, $Config_PM, $Config_heavy, $Config_POD);
my $Glossary = 'Porting/Glossary';
-$Config_PM = "lib/Config.pm";
+$Config_PM = "./lib/Config.pm";
$Config_POD = "lib/Config.pod";
$Config_SH = "config.sh";
|