Rename CA.pl to CA.pl.in (no actual changes), and let Configure
set the #! line with the path to Perl. Submitted by: Peter Jones
This commit is contained in:
parent
37b0d5d05d
commit
3a4f14f3d1
@ -755,9 +755,11 @@ EOF
|
|||||||
&dofile("tools/c_rehash",$openssldir,'^DIR=', 'DIR=%s',);
|
&dofile("tools/c_rehash",$openssldir,'^DIR=', 'DIR=%s',);
|
||||||
if ( $perl =~ m@^/@) {
|
if ( $perl =~ m@^/@) {
|
||||||
&dofile("apps/der_chop",$perl,'^#!/', '#!%s');
|
&dofile("apps/der_chop",$perl,'^#!/', '#!%s');
|
||||||
|
&dofile("apps/CA.pl",$perl,'^#!/', '#!%s');
|
||||||
} else {
|
} else {
|
||||||
# No path for Perl known ...
|
# No path for Perl known ...
|
||||||
&dofile("apps/der_chop",'/usr/local/bin/perl','^#!/', '#!%s');
|
&dofile("apps/der_chop",'/usr/local/bin/perl','^#!/', '#!%s');
|
||||||
|
&dofile("apps/CA.pl",'/usr/local/bin/perl','^#!/', '#!%s');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
0
apps/CA.pl → apps/CA.pl.in
Executable file → Normal file
0
apps/CA.pl → apps/CA.pl.in
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user