summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-09 21:00:13 +0000
committerKarl Berry <karl@freefriends.org>2020-09-09 21:00:13 +0000
commit8101eb6ec78d7b89a8678a82f5916c31964d822a (patch)
treeb67e105d12ced283e146979bf49b338b435d0434 /Master/tlpkg/libexec/ctan2tds
parent4a264bf091040319f9bc0a0564729de3a3bfdb11 (diff)
lua-physical (9sep20)
git-svn-id: svn://tug.org/texlive/trunk@56306 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index a30e01b6903..280d6947ad7 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3197,7 +3197,6 @@ $standardttf = '\.ttf|\.TTC';
'latexindent' => 'LatexIndent|\.yaml$',
'lilyglyphs' => 'lilyglyphs_common.py',
'lua-alt-getopt' => '\.lua$',
- 'lua-physical' => '\.lua$',
'lua-uca' => '\.lua$',
'lua2dox' => '\.(lua|def)$',
'luaindex' => '\.lua$',
@@ -6647,8 +6646,8 @@ sub POSTlithuanian {
}
sub POSTlua_physical {
- print "POST$package - physical/ dir to runtime\n";
- &xsystem ("mv physical/* $DEST/scripts/$package/");
+ print "POST$package - src/ dir to runtime\n";
+ &mv_with_mkdir ("src/*", "$DEST/scripts/$package");
}
sub POSTluatexja {