Changed operating_system path
This commit is contained in:
parent
ccd4a79b39
commit
b591d2b501
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
module_path = join_path(lib_path, "spack")
|
module_path = join_path(lib_path, "spack")
|
||||||
platform_path = join_path(module_path, 'platforms')
|
platform_path = join_path(module_path, 'platforms')
|
||||||
compilers_path = join_path(module_path, "compilers")
|
compilers_path = join_path(module_path, "compilers")
|
||||||
operating_system_path = join_path(module_path, 'operating_system')
|
operating_system_path = join_path(module_path, 'operating_systems')
|
||||||
test_path = join_path(module_path, "test")
|
test_path = join_path(module_path, "test")
|
||||||
hooks_path = join_path(module_path, "hooks")
|
hooks_path = join_path(module_path, "hooks")
|
||||||
var_path = join_path(prefix, "var", "spack")
|
var_path = join_path(prefix, "var", "spack")
|
||||||
|
|
Loading…
Reference in a new issue