summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 9bdd324a24e..765b231e7ff 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -5678,13 +5678,10 @@ sub MAKEjapaneseotf {
#
# 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");
- &SYSTEM ("$MV script $dstdir/") if (-d "script");
- &SYSTEM ("$MV patch $dstdir/") if (-d "patch");
- &SYSTEM ("$MV *mkjvf $dstdir/");
- &SYSTEM ("$MV *makeotf* $dstdir/");
+ &SYSTEM ("$MV src $dstdir/");
}
sub MAKEieeetran {