dilfridge    14/10/13 22:39:29

  Added:                Makefile.patch
  Log:
  Follow upstream rename from Template-Latex to Template-Plugin-Latex
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --force, 
signed Manifest commit with key EBE6A336BE19039C!)

Revision  Changes    Path
1.1                  dev-perl/Template-Plugin-Latex/files/Makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Template-Plugin-Latex/files/Makefile.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Template-Plugin-Latex/files/Makefile.patch?rev=1.1&content-type=text/plain

Index: Makefile.patch
===================================================================
--- Makefile.PL.orig    2006-07-12 09:37:17.753171250 +0200
+++ Makefile.PL 2006-07-12 09:38:54.031188250 +0200
@@ -41,9 +41,9 @@
 
 #------------------------------------------------------------------------
 
-our $LATEX    = ttprompt('latex path',    find_program($ENV{PATH}, "latex"));
-our $PDFLATEX = ttprompt('pdflatex path', find_program($ENV{PATH}, 
"pdflatex"));
-our $DVIPS    = ttprompt('dvips path',    find_program($ENV{PATH}, "dvips"));
+our $LATEX    = '/usr/bin/latex';
+our $PDFLATEX = '/usr/bin/pdflatex';
+our $DVIPS    = '/usr/bin/dvips';
 
 fix_file(catfile('lib','Template','Latex.pm'), '$LATEX',    $LATEX);
 fix_file(catfile('lib','Template','Latex.pm'), '$PDFLATEX', $PDFLATEX);




Reply via email to