This is the mail archive of the cygwin mailing list for the Cygwin project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
I've actually looked in setup.exe source and I found this piece of code:
if (installed || categories.find ("Base") != categories.end () || categories.find ("Misc") != categories.end ()) { desired = default_version;
So by default setup attempts to install all packages in categories Base and Misc. Why category Misc is treated as required? Maybe it should be removed from this 'if'. But that requires changing setup.exe, so the simplest fix would be just to change the category for colordiff from Misc to Utils (like it was in the ITP).
-- Chuck
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |