Commit 3a4f14f3 authored by Bodo Möller's avatar Bodo Möller
Browse files

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
parent 37b0d5d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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');
	}	    
}

apps/CA.plapps/CA.pl.in

100755 → 100644
+0 −0

File moved.File mode changed from 100755 to 100644.