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:
Bodo Möller 2000-01-05 01:31:22 +00:00
parent 37b0d5d05d
commit 3a4f14f3d1
2 changed files with 2 additions and 0 deletions

View File

@ -755,9 +755,11 @@ EOF
&dofile("tools/c_rehash",$openssldir,'^DIR=', 'DIR=%s',);
if ( $perl =~ m@^/@) {
&dofile("apps/der_chop",$perl,'^#!/', '#!%s');
&dofile("apps/CA.pl",$perl,'^#!/', '#!%s');
} else {
# No path for Perl known ...
&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
View File