summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
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 {