[subversion-commit] SVN tex-common commit + diffs: r1765 - tex-common/trunk/scripts

Frank Küster frank at costa.debian.org
Tue Oct 10 07:05:18 UTC 2006


Author: frank
Date: 2006-10-10 07:05:16 +0000 (Tue, 10 Oct 2006)
New Revision: 1765

Modified:
   tex-common/trunk/scripts/tetex-bin-upgrade
Log:
the double-slash error is older, needs a workaround


Modified: tex-common/trunk/scripts/tetex-bin-upgrade
===================================================================
--- tex-common/trunk/scripts/tetex-bin-upgrade	2006-10-10 06:48:10 UTC (rev 1764)
+++ tex-common/trunk/scripts/tetex-bin-upgrade	2006-10-10 07:05:16 UTC (rev 1765)
@@ -26,4 +26,10 @@
   fi
 fi
 
+# an older version of tetex-bin ucf-registered the file with double
+# slashes, this breaks ucf
+if grep -q "/etc/texmf/fmt.d//01tetex.cnf" /var/lib/ucf/hashfile; then
+  $UCF --purge "/etc/texmf/fmt.d//01tetex.cnf"
+fi
+
 $UCF $ucf_sourcedir/$newfile $fmtdir/$newfile




More information about the Pkg-tetex-commits mailing list