[Debian-tex-commits] SVN tex-common commit + diffs: r5083 - tex-common/branches/v3/scripts

Norbert Preining preining at alioth.debian.org
Tue Feb 28 07:12:25 UTC 2012


Author: preining
Date: 2012-02-28 07:12:23 +0000 (Tue, 28 Feb 2012)
New Revision: 5083

Modified:
   tex-common/branches/v3/scripts/update-updmap
Log:
create updmap.cfg files in /var/lib/texmf/ subdirectory


Modified: tex-common/branches/v3/scripts/update-updmap
===================================================================
--- tex-common/branches/v3/scripts/update-updmap	2012-02-28 07:10:24 UTC (rev 5082)
+++ tex-common/branches/v3/scripts/update-updmap	2012-02-28 07:12:23 UTC (rev 5083)
@@ -128,9 +128,11 @@
         continue;
     fi
     if [ $tree = "texmf" ] ; then
-        output_file=/usr/share/texmf/web2c/updmap.cfg
+        # output_file=/usr/share/texmf/web2c/updmap.cfg
+        output_file=/var/lib/texmf/updmap.cfg-DEBIAN
     elif [ $tree = "texlive" ] ; then
-        output_file=/usr/share/texlive/texmf-dist/web2c/updmap.cfg
+        # output_file=/usr/share/texlive/texmf-dist/web2c/updmap.cfg
+        output_file=/var/lib/texmf/updmap.cfg-TEXLIVEDIST
     else
         echo "$progname: that cannot happen!" >&2
         exit 1




More information about the Debian-tex-commits mailing list