ogajduse / rpms / texlive

Forked from rpms/texlive 6 years ago
Clone
4931932
#! /bin/sh /usr/share/dpatch/dpatch-run
4931932
## 11_fix_pkfix_invocation.dpatch  <preining@logic.at>
4931932
##
4931932
## All lines beginning with `## DP:' are a description of the patch.
4931932
## DP: Fix invocation of pkfix to get rid of magic
4931932
4931932
@DPATCH@
4931932
 build/source/texk/texlive/pkfix |    5 +----
4931932
 1 file changed, 1 insertion(+), 4 deletions(-)
4931932
4931932
Index: texlive-bin-2006.svn3816/build/source/texk/texlive/pkfix
4931932
===================================================================
4931932
--- texlive-bin-2006.svn3816.orig/build/source/texk/texlive/pkfix	2006-01-17 22:41:51.000000000 +0100
4931932
+++ texlive-bin-2006.svn3816/build/source/texk/texlive/pkfix	2007-01-26 03:56:42.000000000 +0100
4931932
@@ -1,7 +1,4 @@
4931932
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q'
4931932
-  if 0;
4931932
-use strict;
4931932
-$^W=1; # turn warning on
4931932
+#!/usr/bin/perl -w
4931932
 #
4931932
 # pkfix.pl
4931932
 #