diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-06 20:31:30 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2011-05-06 20:31:30 +0000 |
commit | 9edeb28f4b3150e9c28695bcf069369f4f155d76 (patch) | |
tree | 3c2c3a29d9cb3c703e78af01161282fc3f1a7b24 | |
parent | 2392ed0b12abd476b55ca01e30ce3d5062b51740 (diff) |
Bugfix Windows uninstaller; removed misleading comment
git-svn-id: svn://tug.org/texlive/trunk@22332 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/install-tl b/Master/install-tl index 369c60561d1..b85dd3e28fd 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -775,9 +775,6 @@ operations might be disturbed.\n\n"; # post install actions # - # in case we are running from local_uncompressed - # we use the tlpdb from the local_uncompressed, otherwise - # the one we have locally created, for all the further actions my $usedtlpdb = $vars{'in_place'} ? $tlpdb : $localtlpdb; @@ -787,7 +784,7 @@ operations might be disturbed.\n\n"; } if (win32() and !$vars{'portable'} and !$vars{'in_place'}) { - create_uninstaller($vars{'TEXDIR'}, $vars{'TEXDIR'}, + create_uninstaller($vars{'TEXDIR'}, $vars{'TEXMFSYSVAR'}, $vars{'TEXMFSYSCONFIG'}); # TODO: custom uninstaller for in_place # (re-)initialize batchfile for uninstalling shortcuts |