[subversion-commit] SVN tetex commit + diffs: r509 - tex-common/trunk/debian

Norbert Preining preining-guest at costa.debian.org
Mon Feb 13 15:37:58 UTC 2006


Author: preining-guest
Date: 2006-02-13 15:37:57 +0000 (Mon, 13 Feb 2006)
New Revision: 509

Modified:
   tex-common/trunk/debian/common.functions.in
Log:
tzpo fixes ;-)


Modified: tex-common/trunk/debian/common.functions.in
===================================================================
--- tex-common/trunk/debian/common.functions.in	2006-02-13 15:05:23 UTC (rev 508)
+++ tex-common/trunk/debian/common.functions.in	2006-02-13 15:37:57 UTC (rev 509)
@@ -42,8 +42,8 @@
   echo "Running fmtutil-sys. This may take some time. ..."
   # for jadetex safety (see #352391 and friends), remove old latex formats
   if [ "$options" = "--all" ];
-    then for file in latex.fmt latex.efmt latex.lg pdflatex.fmt pdflatex.efmt pdflatex.log; do
-      rm $TEXMFSYSVAR/web2c/file
+    then for file in latex.fmt latex.efmt latex.log pdflatex.fmt pdflatex.efmt pdflatex.log; do
+      rm $TEXMFSYSVAR/web2c/$file
     done
   fi
   if fmtutil-sys $options > $tempfile; then




More information about the Pkg-tetex-commits mailing list