]> git.pld-linux.org Git - packages/texlive.git/blob - texlive-fix_pkfix_invocation.patch
- no macros in obsoletes
[packages/texlive.git] / texlive-fix_pkfix_invocation.patch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 11_fix_pkfix_invocation.dpatch  <preining@logic.at>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Fix invocation of pkfix to get rid of magic
6
7 @DPATCH@
8  build/source/texk/texlive/pkfix |    5 +----
9  1 file changed, 1 insertion(+), 4 deletions(-)
10
11 Index: texlive-bin-2006.svn3816/build/source/texk/texlive/pkfix
12 ===================================================================
13 --- texlive-bin-2006.svn3816.orig/build/source/texk/texlive/pkfix       2006-01-17 22:41:51.000000000 +0100
14 +++ texlive-bin-2006.svn3816/build/source/texk/texlive/pkfix    2007-01-26 03:56:42.000000000 +0100
15 @@ -1,7 +1,4 @@
16 -eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q'
17 -  if 0;
18 -use strict;
19 -$^W=1; # turn warning on
20 +#!/usr/bin/perl -w
21  #
22  # pkfix.pl
23  #
This page took 0.40893 seconds and 3 git commands to generate.