diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2018-03-23 23:16:37 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-06-24 16:38:36 -0700 |
commit | c4c1d37fcdeb17680a85af25431314dae4fa3584 (patch) | |
tree | 8abe5909edf418ef0810a53771eb7871b6050d19 /etc | |
parent | 6517dabbce06a7a62154e00ecea427116d9ef801 (diff) | |
download | spack-c4c1d37fcdeb17680a85af25431314dae4fa3584.tar.gz spack-c4c1d37fcdeb17680a85af25431314dae4fa3584.tar.bz2 spack-c4c1d37fcdeb17680a85af25431314dae4fa3584.tar.xz spack-c4c1d37fcdeb17680a85af25431314dae4fa3584.zip |
refactor: move templates from root to share/spack
- This complies with the unix directory hierarchy standard (which Spack
attempts to follow)
- Also unclutters the repo root directory.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/spack/defaults/config.yaml b/etc/spack/defaults/config.yaml index ef9d288173..e4914e3fa3 100644 --- a/etc/spack/defaults/config.yaml +++ b/etc/spack/defaults/config.yaml @@ -21,7 +21,7 @@ config: # Locations where templates should be found template_dirs: - - $spack/templates + - $spack/share/spack/templates # default directory layout |