summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
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