ogajduse / rpms / texlive

Forked from rpms/texlive 6 years ago
Clone
4931932
#! /bin/sh /usr/share/dpatch/dpatch-run
4931932
## 12b_fix_a2ping_invocation.dpatch  <preining@logic.at>
4931932
##
4931932
## All lines beginning with `## DP:' are a description of the patch.
4931932
## DP: Fix invocation of a2ping to get rid of magic
4931932
4931932
@DPATCH@
4931932
---
4931932
 build/source/texk/tetex/a2ping |   10 ++--------
4931932
 1 file changed, 2 insertions(+), 8 deletions(-)
4931932
4931932
Index: texlive-bin-2006.svn3816/build/source/texk/tetex/a2ping
4931932
===================================================================
4931932
--- texlive-bin-2006.svn3816.orig/build/source/texk/tetex/a2ping	2006-01-17 22:41:51.000000000 +0100
4931932
+++ texlive-bin-2006.svn3816/build/source/texk/tetex/a2ping	2007-01-26 03:58:02.000000000 +0100
4931932
@@ -1,11 +1,5 @@
4931932
-#! /bin/sh
4931932
-eval '(exit $?0)' && eval 'PERL_BADLANG=x;export PERL_BADLANG;: \
4931932
-;exec perl -x -S -- "$0" ${1+"$@"};#'if 0;
4931932
-eval 'setenv PERL_BADLANG x;exec perl -x -S -- "$0" $argv:q;#'.q+
4931932
-#!perl -w
4931932
-package Htex::a2ping;  $0=~/(.*)/s;unshift@INC,'.';do($1);die$@if$@;__END__+if !1;
4931932
-# This Perl script was generated by JustLib2 at Wed Apr 23 09:14:13 2003.
4931932
-# Don't touch/remove any lines above; http://www.inf.bme.hu/~pts/justlib
4931932
+#! /usr/bin/perl -w
4931932
+package Htex::a2ping;
4931932
 #
4931932
 # This program is free software, licensed under the GNU GPL, >=2.0.
4931932
 # This software comes with absolutely NO WARRANTY. Use at your own risk!