summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-27 00:16:58 +0000
committerKarl Berry <karl@freefriends.org>2010-10-27 00:16:58 +0000
commit17c94e17ae65325b71e518e9d25a02f83b508686 (patch)
tree13114cb25eacb2fe6c1e5fa7a1f3c00b384aaf9b /Master/tlpkg
parent272de0f2772d91c59f492c47aeac73e9f868ff1c (diff)
xecyr 1.1 (27oct10)
git-svn-id: svn://tug.org/texlive/trunk@20221 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 9a294583e2d..33989316ec2 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -4158,9 +4158,13 @@ sub POSTxecyr
&SYSTEM ("$MV $DEST/tex/generic/xecyr/language.dat.add"
. " $DEST/doc/xelatex/xecyr");
- my $wdir = "$TOPDEST/bin/win32";
- &xmkdir ($wdir);
- &SYSTEM ("$MV $DEST/bin/xecyr/*.bat $wdir/");
+ # Just moving to bin/win32 doesn't work, since we don't want to
+ # svn add them -- they exist in xecyr.PLATFORM, not xecyr. They never
+ # change anyway, so just remove until it become an issue.
+ #my $wdir = "$TOPDEST/bin/win32";
+ #&xmkdir ($wdir);
+ #&SYSTEM ("$MV $DEST/bin/xecyr/*.bat $wdir/");
+ &SYSTEM ("$RM $DEST/bin/xecyr/*.bat");
}
sub POSTxetexpstricks