summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-text.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-04-16 02:13:01 +0000
committerNorbert Preining <preining@logic.at>2017-04-16 02:13:01 +0000
commite5850974f8685e99c3164638a17bea64b18deade (patch)
treec0783e4ab8a4baa7c015ad01b80ca08695c7013d /Master/tlpkg/installer/install-menu-text.pl
parent80b170661b7b5abc3ea0f8264c965faac6374a7d (diff)
rename option_adjustrepo to adjustrepo only
the option_ prefix is reserved for those values that can also be set in the tlpdb, but not for purely install-tl options. Fix that. git-svn-id: svn://tug.org/texlive/trunk@43822 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-text.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index 53349dbc1c7..edb68277872 100644
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -762,7 +762,7 @@ sub options_menu {
my $b_src=obutton($vars{'option_src'});
my $b_fmt=obutton($vars{'option_fmt'});
my $b_letter=obutton($vars{'option_letter'});
- my $b_adjustrepo=obutton($vars{'option_adjustrepo'});
+ my $b_adjustrepo=obutton($vars{'adjustrepo'});
my $b_deskint=obutton(
$vars{'option_desktop_integration'}, \@::deskintdesc);
my $b_admin=obutton($vars{'option_w32_multi_user'});
@@ -939,7 +939,7 @@ EOF
return $command{'self'};
} elsif ("\u$answer" eq 'Y' and $media ne "NET") {
- toggle 'option_adjustrepo';
+ toggle 'adjustrepo';
return $command{'self'};
} else {
@@ -998,7 +998,7 @@ sub main_menu {
my $b_admin=button($vars{'option_w32_multi_user'});
my $b_addoneditor=button($vars{'collection-texworks'});
my $b_restricted=button($vars{'option_write18_restricted'});
- my $b_adjustrepo=button($vars{'option_adjustrepo'});
+ my $b_adjustrepo=button($vars{'adjustrepo'});
my $warn_nobin;