summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-02 21:48:01 +0000
committerKarl Berry <karl@freefriends.org>2021-05-02 21:48:01 +0000
commit2fd83e922e0d8f2a70f1212e726efe5e77b20ace (patch)
treea1da60d438a5517fdee1f2122df09fa1654e494f /Master/install-tl
parent913bbd8a8d35cfd51bd677ce5ddd5f4d5b4b6c48 (diff)
texlive-en.tex (create all format files): simplify description since
mktexfmt will soon use TEXMFSYSVAR. tlmgr.pl, install-tl, relend.txt: doc, formatting. git-svn-id: svn://tug.org/texlive/trunk@59056 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl39
1 files changed, 17 insertions, 22 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 58cac20f5b6..4cc5fb795fa 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -1227,8 +1227,10 @@ operations might be disturbed.\n\n";
$errcount += run_postinst_cmd(
"fmtutil-sys $common_fmtutil_args --no-strict --all");
} else {
- info("not running fmtutil-sys (not installed)\n");
+ info("not running fmtutil-sys (script not installed)\n");
}
+ } else {
+ info("not running fmtutil-sys (user option create_formats=0)\n");
}
# do path adjustments: On Windows add/remove to PATH etc,
@@ -2308,30 +2310,23 @@ sub import_settings_from_old_tlpdb {
#
# now for the settings
# set the defaults to what is specified in the tlpdb
- $vars{'tlpdbopt_install_docfiles'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "install_docfiles");
- $vars{'tlpdbopt_install_srcfiles'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "install_srcfiles");
- $vars{'tlpdbopt_create_formats'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "create_formats");
+ $vars{'tlpdbopt_install_docfiles'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "install_docfiles");
+ $vars{'tlpdbopt_install_srcfiles'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "install_srcfiles");
+ $vars{'tlpdbopt_create_formats'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "create_formats");
$vars{'tlpdbopt_desktop_integration'} = 1 if win32();
- $vars{'instopt_adjustpath'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "path");
+ $vars{'instopt_adjustpath'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "path");
$vars{'instopt_adjustpath'} = 0 if !defined($vars{'instopt_adjustpath'});
$vars{'instopt_adjustpath'} = 1 if win32();
- $vars{'tlpdbopt_sys_bin'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "sys_bin");
- $vars{'tlpdbopt_sys_man'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "sys_man");
- $vars{'sys_info'} =
- $previoustlpdb->option_pkg("00texlive.installation",
- "sys_info");
+ $vars{'tlpdbopt_sys_bin'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "sys_bin");
+ $vars{'tlpdbopt_sys_man'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "sys_man");
+ $vars{'sys_info'}
+ = $previoustlpdb->option_pkg("00texlive.installation", "sys_info");
#
# import the set of selected architectures
my @aar = $previoustlpdb->setting_pkg("00texlive.installation",