summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-05-10 05:10:14 +0000
committerNorbert Preining <preining@logic.at>2017-05-10 05:10:14 +0000
commitf60fc00563808d24141f8db0ae74047f06d39e67 (patch)
tree7698e6a54c9dafe822e956e50f92bc517d969679 /Master/tlpkg/installer/install-menu-perltk.pl
parentbae3d114dbc0fdea3ccc6018b98f65dec709c26d (diff)
fix gui installer symlink broken
git-svn-id: svn://tug.org/texlive/trunk@44276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index c18a6ccc352..c90344cb6a4 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -969,8 +969,8 @@ sub menu_select_symlink {
$vars{'tlpdbopt_sys_info'} = $linfo;
$vars{'tlpdbopt_sys_man'} = $lman;
}
- $vars{'instopt_adjustpath'} = $osym;
- toggle_and_set_opt_variable(\$vars{'instopt_adjustpath'}, \$pathadjyesno);
+ toggle_and_set_opt_variable(\$vars{'instopt_adjustpath'}, \$osym);
+ $pathadjyesno = $osym;
}
my $sw = $mainwindow->Toplevel(
-title => __('Create symlinks in system directories'));