130-perl-path.patch 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. --- a/Configure
  2. +++ b/Configure
  3. @@ -1,4 +1,4 @@
  4. -:
  5. +#!/usr/bin/perl
  6. eval 'exec perl -S $0 ${1+"$@"}'
  7. if $running_under_some_shell;
  8. ##
  9. --- a/tools/c_rehash.in
  10. +++ b/tools/c_rehash.in
  11. @@ -1,4 +1,4 @@
  12. -#!/usr/local/bin/perl
  13. +#!/usr/bin/perl
  14. # Perl c_rehash script, scan all files in a directory
  15. --- a/util/clean-depend.pl
  16. +++ b/util/clean-depend.pl
  17. @@ -1,4 +1,4 @@
  18. -#!/usr/local/bin/perl -w
  19. +#!/usr/bin/perl -w
  20. # Clean the dependency list in a makefile of standard includes...
  21. # Written by Ben Laurie <[email protected]> 19 Jan 1999
  22. --- a/util/mkdef.pl
  23. +++ b/util/mkdef.pl
  24. @@ -1,4 +1,4 @@
  25. -#!/usr/local/bin/perl -w
  26. +#!/usr/bin/perl
  27. #
  28. # generate a .def file
  29. #
  30. --- a/util/mkerr.pl
  31. +++ b/util/mkerr.pl
  32. @@ -1,4 +1,4 @@
  33. -#!/usr/local/bin/perl -w
  34. +#!/usr/bin/perl
  35. my $config = "crypto/err/openssl.ec";
  36. my $debug = 0;
  37. --- a/util/mkstack.pl
  38. +++ b/util/mkstack.pl
  39. @@ -1,4 +1,4 @@
  40. -#!/usr/local/bin/perl -w
  41. +#!/usr/bin/perl
  42. # This is a utility that searches out "DECLARE_STACK_OF()"
  43. # declarations in .h and .c files, and updates/creates/replaces
  44. --- a/util/pod2man.pl
  45. +++ b/util/pod2man.pl
  46. @@ -1,4 +1,4 @@
  47. -: #!/usr/bin/perl-5.005
  48. +#!/usr/bin/perl
  49. eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
  50. if $running_under_some_shell;
  51. --- a/util/selftest.pl
  52. +++ b/util/selftest.pl
  53. @@ -1,4 +1,4 @@
  54. -#!/usr/local/bin/perl -w
  55. +#!/usr/bin/perl
  56. #
  57. # Run the test suite and generate a report
  58. #