Skip to content

Commit

Permalink
updating installer data
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Nov 14, 2024
1 parent 420049d commit ef10fbd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions texmf-dist/scripts/texlive/tlmgr.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2783,8 +2783,8 @@ sub auto_remove_install_force_packages {
# tlmgr update --no-depends-at-all foo
# will absolutely only update foo not even taking .ARCH into account
#
# TLPDB->install_package INSTALLS ONLY ONE PACKAGE, no deps whatsoever
# anymore. That has all to be done by hand.
# TLPDB->install_package INSTALLS ONLY ONE PACKAGE, no deps whatsoever.
# That has all to be done by hand.
#
sub machine_line {
my ($flag1) = @_;
Expand Down Expand Up @@ -3836,8 +3836,8 @@ sub check_announce_format_triggers {
# . it does not care for whether a package seems to be installed or
# not (that is the --reinstall)
#
# TLPDB->install_package does ONLY INSTALL ONE PACKAGE, no deps whatsoever
# anymore! That has all to be done by the caller.
# TLPDB->install_package does ONLY INSTALL ONE PACKAGE, no deps
# whatsoever; that has all to be done by the caller.
#
sub action_install {
init_local_db(1);
Expand Down Expand Up @@ -5244,7 +5244,7 @@ sub action_generate {
# we create fmtutil.cnf, language.dat, language.def in TEXMFSYSVAR and
# updmap.cfg in TEXMFDIST. The reason is that we are now using an
# implementation of updmap that supports multiple updmap files.
# Local adaptions should not be made there, but only in TEXMFLOCAL
# Local adaptations should not be made there, but only in TEXMFLOCAL
# or TEXMF(SYS)CONFIG updmap.cfg
#
chomp (my $TEXMFSYSVAR = `kpsewhich -var-value=TEXMFSYSVAR`);
Expand Down Expand Up @@ -6066,7 +6066,7 @@ sub check_executes {
if (!check_file($a, $f)) {
push @{$missingbins{$_}}, "bin/$a/${name}[engine=$engine]" if $mode;
# # unfortunately there are too many exceptions to this check:
# # cygwin symlinks pointing to .exe names, pdcsplain extras, mptopdf,
# # cygwin symlinks pointing to .exe names, pdfcsplain extras, mptopdf,
# # *latex-dev pointing to *latex instead of the binary. Instead of
# # writing all those error-prone tests, just give up.
# } elsif (-l $f) {
Expand Down Expand Up @@ -8666,7 +8666,7 @@ =head2 generate
The C<generate> action overwrites any manual changes made in the
respective files: it recreates them from scratch based on the
information of the installed packages, plus local adaptions.
information of the installed packages, plus local adaptations.
The TeX Live installer and C<tlmgr> routinely call C<generate> for
all of these files.
Expand Down Expand Up @@ -9076,7 +9076,7 @@ =head2 option
C<desktop_integration> is set, then some packages will install items in
a sub-folder of the Start menu for C<tlmgr gui>, documentation, etc. If
C<fileassocs> is set, Windows file associations are made (see also the
C<postaction> action). Finally, if C<multiuser> is set, then adaptions
C<postaction> action). Finally, if C<multiuser> is set, then changes
to the registry and the menus are done for all users on the system
instead of only the current user. All three options are on by default.
Expand Down

0 comments on commit ef10fbd

Please sign in to comment.