From 52412c39073f1462b0a0d02a1720defa96308f95 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 23 Mar 2018 02:04:47 +0000 Subject: VERSION files for context-* git-svn-id: svn://tug.org/texlive/trunk@47085 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/libexec') 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 { -- cgit v1.2.3