projects
/
tools
/
pristine-tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20bbaab
)
Makefile.PL: use #!/usr/bin/env perl
author
Torsten Maehne
<torsten.maehne@gmx.de>
Mon, 27 Aug 2012 09:31:22 +0000
(11:31 +0200)
committer
Philipp A. Hartmann
<philipp.hartmann@offis.de>
Mon, 27 Aug 2012 13:22:51 +0000
(15:22 +0200)
To run the Makefile.PL script on other platforms, this
patch changes the shebang line to '/usr/bin/env perl'.
This is more likely to succeed on platforms (SunOS, *BSD,
Mac OS X), where the Perl binary is not located at /usr/bin.
Signed-off-by: Philipp A. Hartmann <philipp.hartmann@offis.de>
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index a742b3d8195d1d32aba76b5d967a494750ebc254..cd4f31b679021eb55a7a9c4220fe2f30a6fa9985 100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,4
+1,4
@@
-#!/usr/bin/perl
+#!/usr/bin/
env
perl
use warnings;
use strict;
use ExtUtils::MakeMaker;