summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/fonts/source/public/wnri/wnindic.map (renamed from Master/texmf-dist/fonts/map/dvips/wnri/wnindic.map)0
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
2 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/fonts/map/dvips/wnri/wnindic.map b/Master/texmf-dist/fonts/source/public/wnri/wnindic.map
index e31f61da0d8..e31f61da0d8 100644
--- a/Master/texmf-dist/fonts/map/dvips/wnri/wnindic.map
+++ b/Master/texmf-dist/fonts/source/public/wnri/wnindic.map
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;