summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 7dab6a2b25f..3a5619d22f6 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -4098,6 +4098,9 @@ sub MAKEjapaneseotf {
&xmkdir ("$DEST/fonts/map/dvipdfmx/$package");
&SYSTEM("$MV TeXLive-maps/* $DEST/fonts/map/dvipdfmx/$package/; rmdir TeXLive-maps");
}
+ #
+ # remove the fontmap dir as it contains files with parenthesis
+ &SYSTEM("$RM -rf fontmap");
my $dstdir = "$DEST/source/fonts/$package";
&xmkdir ($dstdir);
&SYSTEM ("$MV basepl $dstdir/") if (-d "basepl");