[Debian-tex-commits] SVN tex-common commit + diffs: r2564 - tex-common/trunk/scripts

Frank Küster frank at alioth.debian.org
Fri Mar 9 17:01:27 CET 2007


Author: frank
Date: 2007-03-09 16:01:26 +0000 (Fri, 09 Mar 2007)
New Revision: 2564

Modified:
   tex-common/trunk/scripts/postrm-tex
Log:
don't allow format generation to fail in postrm when hyphenation
patterns have been removed


Modified: tex-common/trunk/scripts/postrm-tex
===================================================================
--- tex-common/trunk/scripts/postrm-tex	2007-03-09 15:13:59 UTC (rev 2563)
+++ tex-common/trunk/scripts/postrm-tex	2007-03-09 16:01:26 UTC (rev 2564)
@@ -41,7 +41,7 @@
     fmtcnffile=$(kpsewhich --format='web2c files' fmtutil.cnf)
     X=$(grep "^[[:space:]]*$1[[:space:]]" "$fmtcnffile" || true)
     if [ -n "$X" ] ; then
-        dhit_check_run_without_errors fmtutil-sys --byhyphen "$2"
+        dhit_build_format --byhyphen "$2"
     fi
 }
 




More information about the Debian-tex-commits mailing list