aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-02 12:14:09 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-02 12:14:09 -0400
commitd3700526727b89ddb608fc09a6dd2c81ffdd9089 (patch)
tree97778e8ba5068b8372bcaba706bf464b12235ccb /doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html
parente76c997e863d79141580346174e402b2aea11834 (diff)
downloadikiwiki-d3700526727b89ddb608fc09a6dd2c81ffdd9089.tar
ikiwiki-d3700526727b89ddb608fc09a6dd2c81ffdd9089.tar.gz
use PERL
Diffstat (limited to 'doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html')
-rw-r--r--doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html b/doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html
index 781d29372..9de2a0fa4 100644
--- a/doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html
+++ b/doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html
@@ -1,5 +1,7 @@
If the Perl used to run Makefile.PL is not first on the PATH, it will not be the one used when make is run. The patch below fixes this.
+[[done]], thanks
+
<pre>
--- Makefile.PL.orig 2008-06-02 10:33:41.000000000 -0500
+++ Makefile.PL 2008-06-02 10:34:00.000000000 -0500