summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl11
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 10e8ba68d8d..5cacb990e72 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -295,6 +295,8 @@ if ($opt_arch) {
make_var_skeleton "$vars{'TEXMFSYSVAR'}";
#$localtlpdb=new TeXLive::TLPDB;
#$localtlpdb->root("$vars{'TEXDIR'}");
+ # the usual argument for pregenerating all formats doesn't apply
+ $vars{'option_fmt'} = 0;
do_postinst_stuff();
}
close($::LOGFILE) if defined($::LOGFILE);
@@ -933,9 +935,6 @@ operations might be disturbed.\n\n";
debug("\n");
if (win32) {
- #$ENV{'PATHEXT'}=".texlua;" . "$ENV{'PATHEXT'}";
- #$ENV{'TEXBINDIR'}=$TEXDIR . "\\bin\\win32";
- #$ENV{'TEXBINDIR'} =~ s!/!\\!g;
$ENV{'PERL5LIB'}="$perl_libdir";
}
@@ -1124,12 +1123,12 @@ sub do_texmf_cnf {
open(TMF,">$vars{'TEXDIR'}/texmf.cnf")
or die("Can't open $vars{'TEXDIR'}/texmf.cnf for writing: $!\n");
print TMF <<EOF;
-%
+%
% This is the texmf.cnf file which contains only changes from the
% distributed texmf.cnf in texmf/web2c/texmf.cnf
-% Please do NOT change values in texmf/web2c/texmf.cnf, they will be
+% Please do NOT change values in texmf/web2c/texmf.cnf, they will be
% overwritten by later updates.
-% If you want to configure something to a value different then the one
+% If you want to configure something to a value different then the one
% in texmf/web2c/texmf.cnf, just put the changed value here.
%
EOF