diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2023-11-06 22:22:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-06 13:22:13 -0800 |
commit | 4700108b5b91c3182c96c4b8468ecf3b536dfd0a (patch) | |
tree | ff7bfb1c110c00f43feb7164dff6b56e021cb8e5 /lib | |
parent | 338418186880ffac9b4eb72846cd1615c26fe5c5 (diff) | |
download | spack-4700108b5b91c3182c96c4b8468ecf3b536dfd0a.tar.gz spack-4700108b5b91c3182c96c4b8468ecf3b536dfd0a.tar.bz2 spack-4700108b5b91c3182c96c4b8468ecf3b536dfd0a.tar.xz spack-4700108b5b91c3182c96c4b8468ecf3b536dfd0a.zip |
fix prefix_inspections keys in example (#40904)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/module_file_support.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/spack/docs/module_file_support.rst b/lib/spack/docs/module_file_support.rst index 52d74a5669..f6b292e755 100644 --- a/lib/spack/docs/module_file_support.rst +++ b/lib/spack/docs/module_file_support.rst @@ -519,11 +519,11 @@ inspections and customize them per-module-set. modules: prefix_inspections: - bin: + ./bin: - PATH - man: + ./man: - MANPATH - '': + ./: - CMAKE_PREFIX_PATH Prefix inspections are only applied if the relative path inside the @@ -579,7 +579,7 @@ the view. view_relative_modules: use_view: my_view prefix_inspections: - bin: + ./bin: - PATH view: my_view: |