summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-18 23:02:28 +0000
committerKarl Berry <karl@freefriends.org>2022-02-18 23:02:28 +0000
commita9a767323f5a32d8552c16ef6da0af4cec163044 (patch)
treead67e6d393217b77e30a06b873e7aca520750cee /Master/tlpkg/libexec
parent87c99531bd84a7b1c1b5004b7c452eef73e6df15 (diff)
j-otf src/ subdir to source/j-otf
git-svn-id: svn://tug.org/texlive/trunk@62079 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
-rwxr-xr-xMaster/tlpkg/libexec/place4
2 files changed, 4 insertions, 7 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 {
diff --git a/Master/tlpkg/libexec/place b/Master/tlpkg/libexec/place
index 4b02bb13e78..d650f582289 100755
--- a/Master/tlpkg/libexec/place
+++ b/Master/tlpkg/libexec/place
@@ -256,7 +256,7 @@ my $dirlist_file = "$tmpfile.dirs";
$DIRLIST = ">$dirlist_file";
open (DIRLIST) || die "open($DIRLIST) failed: $!";
#
-print "\n\f place: directories are:\n";
+print "\nplace: directories are:\n";
for my $dir (sort keys %dirs) {
print "$dir\n";
print DIRLIST "$dir\n";
@@ -268,7 +268,7 @@ close (DIRLIST) || warn "close($DIRLIST) failed: $!";
if ($opt_mode eq "svn") {
print ("\nsvn status of those directories:\n");
system ("svn status `cat $dirlist_file`");
- print ("\f\nsvn update of those directories:\n");
+ print ("\nsvn update of those directories:\n");
system ("svn update `cat $dirlist_file`");
}
# do nothing in git mode