From a9a767323f5a32d8552c16ef6da0af4cec163044 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 18 Feb 2022 23:02:28 +0000 Subject: j-otf src/ subdir to source/j-otf git-svn-id: svn://tug.org/texlive/trunk@62079 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Master/tlpkg/libexec/ctan2tds') 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 { -- cgit v1.2.3