summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-24 23:16:22 +0000
committerKarl Berry <karl@freefriends.org>2015-04-24 23:16:22 +0000
commit77b150bbd42aa48ba71627e09763785b26adfcfd (patch)
treeff6f478d4a10ec5dc4d0956fd1a0bd5d036c0f58 /Master/tlpkg/libexec
parent1d540afad34909210bd2d7c6d4c96100041741ab (diff)
restore lost musixtnt binaries
git-svn-id: svn://tug.org/texlive/trunk@37035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index f5015ac56b6..544628e85f4 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -5968,9 +5968,11 @@ sub POST_do_man {
my $mandest = "$TOPDEST/texmf-dist/doc/man/man1";
print "POST_do_man - mv *.1 man pages from $src_mandir to $mandest\n";
&xmkdir ($mandest);
+ chomp (my $origdir = `pwd`);
&xchdir ($DEST);
&SYSTEM ("$MV $src_mandir/*.1 $mandest") unless $src_mandir eq $mandest;
&tl_man_to_pdf ();
+ &xchdir ($origdir);
}
sub POST_preserve_bin {