]> git.pld-linux.org Git - packages/texlive.git/blame - texlive-12a_fix_thumbpdf_invocation.patch
- cp xstring.tex to texmf-dist/tex/latex/xstring
[packages/texlive.git] / texlive-12a_fix_thumbpdf_invocation.patch
CommitLineData
768e5264
AM
112a_fix_thumbpdf_invocation.dpatch <preining@logic.at>
2Fix invocation of thumbpdf to get rid of magic
3---
4 build/source/texk/tetex/thumbpdf | 5 +----
5 1 file changed, 1 insertion(+), 4 deletions(-)
6
7Index: texlive-bin-2007/build/source/texk/tetex/thumbpdf
8===================================================================
9--- texlive-bin-2007.orig/build/source/texk/tetex/thumbpdf 2005-07-06 13:03:00.000000000 +0200
10+++ texlive-bin-2007/build/source/texk/tetex/thumbpdf 2007-05-19 16:30:21.000000000 +0200
11@@ -1,7 +1,4 @@
12-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q'
13- if 0;
14-use strict;
15-$^W=1; # turn warning on
16+#!/usr/bin/perl -w
17 #
18 # thumbpdf.pl
19 #
This page took 0.33081 seconds and 4 git commands to generate.