summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-06-24 05:52:42 +0000
committerNorbert Preining <preining@logic.at>2008-06-24 05:52:42 +0000
commit7025696e391a06d64c6f0d7da6b817e4cc20d74f (patch)
treedc5b744ea85d05475eed6dd57b2aad102243dc7d /Master/texmf
parent4836f8f2391358b78e9377956a3ecebea98fd11b (diff)
tlmgr.pl: do not remove anything from the update.bat created stuff for the
moment to allow testing git-svn-id: svn://tug.org/texlive/trunk@8963 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl6
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");
}