Revise default var path
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
operating_system_path = os.path.join(module_path, 'operating_systems')
|
||||
test_path = os.path.join(module_path, "test")
|
||||
hooks_path = os.path.join(module_path, "hooks")
|
||||
var_path = os.path.join(user_config_path, "var", "spack")
|
||||
var_path = os.path.join(prefix, "var", "spack")
|
||||
stage_path = os.path.join(var_path, "stage")
|
||||
repos_path = os.path.join(var_path, "repos")
|
||||
share_path = os.path.join(prefix, "share", "spack")
|
||||
|
||||
Reference in New Issue
Block a user