diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 10d34474220..6707a155db3 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -5372,8 +5372,8 @@ sub POSTcontext { # clean up files Hans wants in his distribution but are confusing or # problematic in TeX Live. - &SYSTEM ("$MV colors tex/context/colors"); - &SYSTEM ("$RM -f context/data/texworks/configuration/smart-quotes-modes.txt~"); + &mv_with_mkdir ("colors/icc/context", "tex/context/colors/icc"); + &SYSTEM ("$RM -rf colors"); # nonfree &SYSTEM ("$RM -rf fonts/truetype/hoekwater/lm/");# lmtypewriter10-regular.ttf &SYSTEM ("$RM -rf fonts/data/tests/"); # texmfhome.otf &SYSTEM ("$RM -rf web2c/"); # context*cnf*, texlive*cnf.lua |