use PERL
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 2 Jun 2008 16:14:09 +0000 (12:14 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 2 Jun 2008 16:14:09 +0000 (12:14 -0400)
Makefile.PL
doc/bugs/__91__PATCH__93___Use_correct_perl_when_running_make.html

index 7cde00880b0d1b273a68e044e84a782b3a49901c..8c7ac70190ad26eba142abe79bb3a703036dd27e 100755 (executable)
@@ -31,7 +31,7 @@ ikiwiki.out: ikiwiki.in
        chmod +x ikiwiki.out
 
 extra_build: ikiwiki.out
-       perl -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -libdir . -setup docwiki.setup -refresh
+       $(PERL) -Iblib/lib $(extramodules) $(tflag) ikiwiki.out -libdir . -setup docwiki.setup -refresh
        ./mdwn2man ikiwiki 1 doc/usage.mdwn > ikiwiki.man
        ./mdwn2man ikiwiki-mass-rebuild 8 doc/ikiwiki-mass-rebuild.mdwn > ikiwiki-mass-rebuild.man
        ./mdwn2man ikiwiki-makerepo 1 doc/ikiwiki-makerepo.mdwn > ikiwiki-makerepo.man
index 781d29372c0d526f9f63e8133aee4f4896bacc45..9de2a0fa4831e3a7750564f132cf32fb830604ff 100644 (file)
@@ -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