Merge pull request #243 from nolta/patch-2

minor comment tweak in modules.py
This commit is contained in:
Todd Gamblin 2015-12-16 11:33:56 -08:00
commit 5b665226a2

View File

@ -29,11 +29,11 @@
removed after an uninstall by post-uninstall hooks. This class removed after an uninstall by post-uninstall hooks. This class
consolidates the logic for creating an abstract description of the consolidates the logic for creating an abstract description of the
information that module systems need. Currently that includes a information that module systems need. Currently that includes a
number directories to be appended to paths in the user's environment: number of directories to be appended to paths in the user's environment:
* /bin directories to be appended to PATH * /bin directories to be appended to PATH
* /lib* directories for LD_LIBRARY_PATH * /lib* directories for LD_LIBRARY_PATH
* /man* and /share/man* directories for LD_LIBRARY_PATH * /man* and /share/man* directories for MANPATH
* the package prefix for CMAKE_PREFIX_PATH * the package prefix for CMAKE_PREFIX_PATH
This module also includes logic for coming up with unique names for This module also includes logic for coming up with unique names for