diff options
author | Norbert Preining <preining@logic.at> | 2009-09-21 11:24:18 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-09-21 11:24:18 +0000 |
commit | 9fdfbfc812e7eec83452dfc10a84d229d31b97a3 (patch) | |
tree | 50279678d720cd7e6fb69eb5c709393c21e4cafe /Master | |
parent | 2360af2ee50a335e4190d73ce1d0b8b0af15c5e6 (diff) |
change default to single user install on Windows
git-svn-id: svn://tug.org/texlive/trunk@15395 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 308109ecfa2..e152dcb4d21 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -162,7 +162,7 @@ our %TLPDBOptions = ( [ "p", "/usr/local/man", "sys_man", "Destination for symlinks for man pages" ], "w32_multi_user" => - [ "b", 1, "multiuser", + [ "b", 0, "multiuser", "Install for shortcuts/menu items for all users (w32)" ], ); |