diff options
Diffstat (limited to 'Master/install-tl')
-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 |