diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-06-29 21:37:55 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-06-29 21:37:55 +0000 |
commit | 909a5eb71f34587646931e18b1a1da9fa1d10891 (patch) | |
tree | 44227e89771c766825e84bbc90463fe9248a1723 | |
parent | 205bc810597e8f0bc13ef8d61e5e8c9bdf69003f (diff) |
Don't pregenerate all formats from tl-portable
git-svn-id: svn://tug.org/texlive/trunk@9094 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl | 11 |
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 |