diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-13 22:24:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-13 22:24:39 +0000 |
commit | 6e4cffd5065c1c87bf572f0f41b1e57496a9827b (patch) | |
tree | 104a01e23dc217023b6e5dc3d72f428d85960a61 /Master/tlpkg/libexec | |
parent | 6a77761429c553827b6d9429a1a0580332e5f3bf (diff) |
wnindic.map is mf source
git-svn-id: svn://tug.org/texlive/trunk@22459 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2c05084e373..c5bd04f4506 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1818,10 +1818,11 @@ $standardfoundry='public'; # additional mf files to be installed but not run. $standardmfinstall = '\.mf$'; %specialmfinstall = ( - 'asaetr' => 'NULL', # cmcscsl10.mf conflict + 'asaetr' => 'NULL', # cmcscsl10.mf conflict 'astro' => 'astrosym.(cal|cmn|mac|uni|xtr)', 'cmcyr' => '\.mf', - 'ibygrk' => 'ibycus4\.map', # tex|mf source + 'ibygrk' => 'ibycus4\.map', # tex|mf source + 'wnri' => $standardmfinstall . '|wnindic\.map', # mf source ); # packages which have dvips header files @@ -2743,7 +2744,7 @@ sub runjob print `cat $Jobid.log`; } close (TMP); - unlink ("$Jobid.log"); + system ("$RM -f /tmp/$Jobid.log; mv $Jobid.log /tmp/"); # save last log die "goodbye, exit status $status for $job\n" if $status != 0; |