/[pkgs]/devel/texlive/texlive-fmtutil_keep_failedlog.patch
ViewVC logotype

Contents of /devel/texlive/texlive-fmtutil_keep_failedlog.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sun Dec 2 08:03:19 2007 UTC (23 months, 3 weeks ago) by jnovy
Branch: MAIN
CVS Tags: texlive-2007-46_fc13, texlive-2007-32_fc10, texlive-2007-44_fc12, texlive-2007-26_fc9, texlive-2007-39_fc11, texlive-2007-11_fc9, texlive-2007-10_fc9, texlive-2007-22_fc9, texlive-2007-33_fc10, texlive-2007-40_fc11, F-12-split, texlive-2007-0_17_fc9, texlive-2007-2_fc9, texlive-2007-41_fc10, texlive-2007-41_fc11, texlive-2007-36_fc11, texlive-2007-42_fc11, F-10-split, F-11-split, texlive-2007-23_fc9, texlive-2007-20_fc9, texlive-2007-21_fc9, texlive-2007-8_fc9, texlive-2007-4_fc9, F-9-split, texlive-2007-27_fc9, texlive-2007-30_fc10, texlive-2007-31_fc10, texlive-2007-47_fc13, texlive-2007-13_fc9, texlive-2007-19_fc9, texlive-2007-18_fc9, texlive-2007-28_fc9, texlive-2007-24_fc9, texlive-2007-25_fc9, texlive-2007-5_fc9, texlive-2007-7_fc9, texlive-2007-6_fc9, texlive-2007-35_fc10, texlive-2007-17_fc9, texlive-2007-1_fc9, texlive-2007-34_fc10, texlive-2007-9_fc9, texlive-2007-37_fc11, texlive-2007-43_fc12, texlive-2007-38_fc11, texlive-2007-3_fc9, texlive-2007-12_fc9, texlive-2007-16_fc9, texlive-2007-15_fc9, texlive-2007-14_fc9, texlive-2007-29_fc10, texlive-2007-45_fc13, HEAD
File MIME type: text/x-patch
initial import
1 ---
2 build/source/texk/tetex/fmtutil | 7 ++++---
3 1 file changed, 4 insertions(+), 3 deletions(-)
4
5 Index: texlive-bin-2007/build/source/texk/tetex/fmtutil
6 ===================================================================
7 --- texlive-bin-2007.orig/build/source/texk/tetex/fmtutil 2007-04-13 14:04:31.000000000 +0200
8 +++ texlive-bin-2007/build/source/texk/tetex/fmtutil 2007-04-13 14:09:48.000000000 +0200
9 @@ -696,9 +696,7 @@
10 if test -f $fmtfile; then
11 grep '^! ' $format.log >/dev/null 2>&1 &&
12 log_failure "\`$engine -ini $tcxflag $jobswitch $prgswitch $texargs' possibly failed."
13 - rm -f "$fulldestdir/$format.log"
14 - # We don't want user-interaction for the following "mv" commands:
15 - mv "$format.log" "$fulldestdir/$format.log" </dev/null
16 + # We don't want user-interaction for the following "mv" command:
17 if mv "$fmtfile" "$fulldestdir/$fmtfile" </dev/null; then
18 verboseMsg "$progname: $fulldestdir/$fmtfile installed."
19 #
20 @@ -710,6 +708,9 @@
21 else
22 log_failure "\`$engine -ini $tcxflag $jobswitch $prgswitch $texargs' failed"
23 fi
24 + rm -f "$fulldestdir/$format.log"
25 + # We don't want user-interaction for the following "mv" command:
26 + mv "$format.log" "$fulldestdir/$format.log" </dev/null
27 }
28
29 ###############################################################################

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2