diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-07-11 16:47:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-11 16:47:22 -0700 |
commit | 38e722f75d63bd20b5c4e25160bf34c80ca341f3 (patch) | |
tree | fcc752e83619a8f167a46670be2ff8bcb5bf3dbf | |
parent | 15790d70181f5ef80dcc67be654f645e4efa4e83 (diff) | |
parent | 6d36ec3d76f285ad3d5c9f4a3b3ce1994e7319f9 (diff) | |
download | spack-38e722f75d63bd20b5c4e25160bf34c80ca341f3.tar.gz spack-38e722f75d63bd20b5c4e25160bf34c80ca341f3.tar.bz2 spack-38e722f75d63bd20b5c4e25160bf34c80ca341f3.tar.xz spack-38e722f75d63bd20b5c4e25160bf34c80ca341f3.zip |
Merge pull request #1215 from glennpj/prefix_inspections
Add share/man to prefix inspections.
-rw-r--r-- | etc/spack/modules.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/spack/modules.yaml b/etc/spack/modules.yaml index 5f31cdd5c0..9ae54a2d09 100644 --- a/etc/spack/modules.yaml +++ b/etc/spack/modules.yaml @@ -13,6 +13,8 @@ modules: - PATH man: - MANPATH + share/man: + - MANPATH lib: - LIBRARY_PATH - LD_LIBRARY_PATH |