texlive[44276] Master/tlpkg/installer/install-menu-perltk.pl: fix gui

commits+preining at tug.org commits+preining at tug.org
Wed May 10 07:10:14 CEST 2017


Revision: 44276
          http://tug.org/svn/texlive?view=revision&revision=44276
Author:   preining
Date:     2017-05-10 07:10:14 +0200 (Wed, 10 May 2017)
Log Message:
-----------
fix gui installer symlink broken

Modified Paths:
--------------
    trunk/Master/tlpkg/installer/install-menu-perltk.pl

Modified: trunk/Master/tlpkg/installer/install-menu-perltk.pl
===================================================================
--- trunk/Master/tlpkg/installer/install-menu-perltk.pl	2017-05-10 04:44:02 UTC (rev 44275)
+++ trunk/Master/tlpkg/installer/install-menu-perltk.pl	2017-05-10 05:10:14 UTC (rev 44276)
@@ -969,8 +969,8 @@
       $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'));



More information about the tex-live-commits mailing list