diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-20 23:22:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-20 23:22:18 +0000 |
commit | 5ade70efc58e89e317d3d339d625690086652043 (patch) | |
tree | 0047ddd27c3514a3037d90da7ed7c52ea98f4811 /Master/tlpkg/libexec | |
parent | e036c78ef5115ea7d839a35e596601e48ea41c5c (diff) |
ucs 2.0 (20apr12)
git-svn-id: svn://tug.org/texlive/trunk@26074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 75b1c5a564b..8c1dc5ed0c6 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4089,7 +4089,7 @@ sub MAKEucs { chdir("$DEST/doc/latex/$package"); &SYSTEM("$MV data $DEST/tex/latex/ucs"); &SYSTEM("$MV *def *sty $DEST/tex/latex/ucs"); - &SYSTEM("$MV contrib/* $DEST/tex/latex/ucs"); + &SYSTEM("$MV utils $DEST/tex/latex/ucs"); } sub MAKEtexsis { |