diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 0444147a8a4..76708622a99 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -691,6 +691,8 @@ EOF tlpkg\\installer\\lzma\\lzmadec.win32.exe < temp\\$pkg.tar.lzma > temp\\$pkg.tar tlpkg\\installer\\tarsave.exe -x -f temp\\$pkg.tar tlmgr _include_tlpobj tlpkg\\tlpobj\\$pkg.tlpobj +rem for now disable the removal of the downloads, we could need it for testing +rem del temp\\$pkg.tar.lzma EOF ; } @@ -709,8 +711,8 @@ EOF } if ($updater_started) { print UPDATER "del tlpkg\\installer\\tarsave.exe\n"; - print UPDATER "del /s /q temp\n"; - print UPDATER "rmdir temp\n"; + print UPDATER "rem del /s /q temp\n"; + print UPDATER "rem rmdir temp\n"; close (UPDATER); tlwarn("UPDATER has been created, please execute tlpkg\\installer\\updater.bat\n"); } |