diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 70b092c102e..ed14a81f1b8 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -5386,7 +5386,11 @@ sub POSTluatexja { } sub POSTmathdesign { - print "PREHOOK_$package - eliminate nonfree font support, mv files\n"; + print "PREHOOK_$package - mv files\n"; + &SYSTEM ("$RM non-free/enc/tex*.enc"); # dup of standard enc files + &SYSTEM ("$RM non-free/enc/7t.enc"); + # one way of merging dirtree A into dirtree B. + &SYSTEM ("cd non-free && rsync -a --ignore-existing * .."); &SYSTEM ("$RM -rf non-free/"); &SYSTEM ("$RM mathdesign-doc.pdf"); &SYSTEM ("$RM *-Garamond-Pro-* *-Utopia-Std-*"); |