From 6ca2c2532880aa10aed5711e5971ffb758e7fe75 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 22 May 2012 22:27:32 +0000 Subject: i386-linux luatex update git-svn-id: svn://tug.org/texlive/trunk@26573 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/i386-linux/luatex | Bin 5747632 -> 5731248 bytes Master/bin/i386-linux/mktexmf | 21 ++++++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Master/bin/i386-linux/luatex b/Master/bin/i386-linux/luatex index 60e2387a77b..464f8ce33f4 100755 Binary files a/Master/bin/i386-linux/luatex and b/Master/bin/i386-linux/luatex differ diff --git a/Master/bin/i386-linux/mktexmf b/Master/bin/i386-linux/mktexmf index 2bd683c7f0a..d5c77a8856d 100755 --- a/Master/bin/i386-linux/mktexmf +++ b/Master/bin/i386-linux/mktexmf @@ -7,7 +7,7 @@ # Originally written by Thomas Esser. # Public domain. -version='$Id: mktexmf 16497 2009-12-24 18:38:47Z karl $' +version='$Id: mktexmf 26569 2012-05-22 16:05:18Z karl $' progname=`echo $0 | sed 's%.*/%%'` usage="Usage: $progname FONT. @@ -36,17 +36,20 @@ if test -n "$sauterroot"; then rootfile=$sauterroot rootname=b-$rootname else - case $rootname in + case $name in # csso12[0-5][0-9] from CJK package; unsupported by mktexmf csso12[0-5][0-9]) - rootfile=;; - cs*|lcsss*|icscsc*|icstt*|ilcsss*) - rootfile=`kpsewhich cscode.mf`;; - wn[bcdfirstuv]*|rx[bcdfiorstuvx][bcfhilmostx]|l[abcdhl][bcdfiorstuvx]*) - lhprefix=`echo "$name" | sed 's/^\(..\).*/\1/'` - rootfile=`kpsewhich ${lhprefix}codes.mf 2>/dev/null`;; + rootfile=;; *) - rootfile=`kpsewhich $rootname.mf 2>/dev/null`;; + case $rootname in + cs*|lcsss*|icscsc*|icstt*|ilcsss*) + rootfile=`kpsewhich cscode.mf`;; + wn[bcdfirstuv]*|rx[bcdfiorstuvx][bcfhilmostx]|l[abcdhl][bcdfiorstuvx]*) + lhprefix=`echo "$name" | sed 's/^\(..\).*/\1/'` + rootfile=`kpsewhich ${lhprefix}codes.mf 2>/dev/null`;; + *) + rootfile=`kpsewhich $rootname.mf 2>/dev/null`;; + esac;; esac fi { test -z "$rootfile" || test ! -f "$rootfile"; } && exit 1 -- cgit v1.2.3