diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-23 02:04:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-23 02:04:47 +0000 |
commit | 52412c39073f1462b0a0d02a1720defa96308f95 (patch) | |
tree | 9e4ab0c8cb55578e899e8319cbb195ccb80256d3 /Master/tlpkg | |
parent | 6e97f35f37e44c9e33d487a1e638c0bcd0e91312 (diff) |
VERSION files for context-*
git-svn-id: svn://tug.org/texlive/trunk@47085 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index dabf4ed3a35..ca8ac7d0e38 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -5770,10 +5770,9 @@ sub build_scripts_copy { sub POST_context_contrib { print "POST_context_contrib for $package - move VERSION file\n"; - print `pwd`; - print `ls -R`; (my $context_package = $package) =~ s/^context-//; - &SYSTEM ("$MV VERSION $DEST/doc/context/third/$context_package/"); + my $destdir = "$DEST/doc/context/third/$context_package"; + &mv_with_mkdir ("VERSION", "$DEST/doc/context/third/$context_package"); } sub POSTcontext_games { |