diff options
author | Norbert Preining <preining@logic.at> | 2009-07-05 01:16:00 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-05 01:16:00 +0000 |
commit | b486d1d080fcd97a0ec27b31a34b3db7bd243c8c (patch) | |
tree | 12b4fdcf2ac4bf74303e491134ac4572448f3b97 /Master/tlpkg | |
parent | 25ae03514e2921aaaef65ad0e7610670fabb44f8 (diff) |
set default file_assocs option to 1 (create only new associations)
git-svn-id: svn://tug.org/texlive/trunk@14107 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc index 3a1862ad29e..64bc81c4411 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc @@ -34,7 +34,7 @@ depend opt_location:__MASTER__ depend opt_paper:a4 depend opt_create_formats:1 depend opt_desktop_integration:0 -depend opt_file_assocs:0 +depend opt_file_assocs:1 depend opt_post_code:1 depend opt_w32_multi_user:1 depend opt_path:0 |