[Debian-tex-commits] SVN tex-common commit + diffs: r1992 - tex-common/trunk/debian

Frank Küster frank at alioth.debian.org
Wed Dec 6 18:02:20 CET 2006


Author: frank
Date: 2006-12-06 18:02:20 +0100 (Wed, 06 Dec 2006)
New Revision: 1992

Modified:
   tex-common/trunk/debian/postinst.in
Log:
fix cut-n-past'o


Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in	2006-12-06 16:29:25 UTC (rev 1991)
+++ tex-common/trunk/debian/postinst.in	2006-12-06 17:02:20 UTC (rev 1992)
@@ -61,7 +61,7 @@
     # handle ucf-managed configuration files
     for file in $UCF_FILES; do
       $UCF /usr/share/tex-common/`basename $file` /etc/texmf/$file
-      test -x "`which ucfr`" && ucfr tex-common $conffile || true
+      test -x "`which ucfr`" && ucfr tex-common $file || true
     done
 
 # remove left over fmt/efmt/log files in /usr/share/texmf/web2c/.  If they are




More information about the Debian-tex-commits mailing list