]> sipb.mit.edu Git - ikiwiki.git/commit
Replace shebang paths with the build-time $(PERL).
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sun, 12 Oct 2014 15:08:13 +0000 (11:08 -0400)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sun, 12 Oct 2014 15:08:13 +0000 (11:08 -0400)
commit67e778f461ed0f5da0a109573b57d9f1022bcf9e
tree7e3047920ca2541f167c5326bda47ca6e0e4535b
parent47fff754c8e37466f6b8f1e5a70cc296431c41e3
Replace shebang paths with the build-time $(PERL).

On non-Debian systems, /usr/bin/perl might not be the best available
Perl interpreter. Use whichever perl was used to run Makefile.PL,
unless it was "/usr/bin/perl", in which case there's nothing to do.
Makefile.PL