print/texlive-tlmgr: Fix patch
Reported by: imb@protected-networks.net Sponsored by: Nepustil
This commit is contained in:
parent
5d8f13e960
commit
6ce207af51
@ -40,7 +40,7 @@
|
||||
+ my $temp = "$root/tlpkg/temp";
|
||||
TeXLive::TLUtils::mkdirhier($temp);
|
||||
tlwarn("$prg: warning: backup option not implemented for infrastructure "
|
||||
. " update on Windows; continuing anyway.\n")
|
||||
. " update on Windows; continuing anyway.\n")
|
||||
@@ -5449,15 +5452,14 @@ sub uninstall_texlive {
|
||||
system("rm", "-rf", "$texmfsysvar");
|
||||
|
||||
@ -50,9 +50,9 @@
|
||||
+ system("rm", "-rf", "$Master/tlpkg/readme-html.dir");
|
||||
+ system("rm", "-rf", "$Master/tlpkg/readme-txt.dir");
|
||||
for my $f (qw/doc.html index.html install-tl install-tl.log
|
||||
LICENSE.CTAN LICENSE.TL README README.usergroups
|
||||
release-texlive.txt texmf.cnf texmfcnf.lua
|
||||
/) {
|
||||
LICENSE.CTAN LICENSE.TL README README.usergroups
|
||||
release-texlive.txt texmf.cnf texmfcnf.lua
|
||||
/) {
|
||||
- system("rm", "-f", "$Master/$f");
|
||||
+ system("rm", "-f", "$Master/tlpkg/$f");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user