diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/bin/win32/tlmgr-gui.exe | bin | 13824 -> 19968 bytes | |||
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/tlmgr-gui.exe b/Master/bin/win32/tlmgr-gui.exe Binary files differindex a175ee9c0c1..db2514c83d5 100755 --- a/Master/bin/win32/tlmgr-gui.exe +++ b/Master/bin/win32/tlmgr-gui.exe diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index ac218a2063e..651019ca46c 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -176,7 +176,7 @@ our %TLPDBOptions = ( [ "p", "/usr/local/share/man", "sys_man", "Destination for symlinks for man pages" ], "w32_multi_user" => - [ "b", 0, "multiuser", + [ "b", 1, "multiuser", "Install for all users (w32)" ], "generate_updmap" => [ "b", 0, "generate_updmap", |