typo (#18845)
This commit is contained in:
parent
88187bc63c
commit
5565b6494d
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ def build_directory(self):
|
|||
|
||||
:return: directory where to build the package
|
||||
"""
|
||||
dirname = 'spack-build=%s' % self.spec.dag_hash(7)
|
||||
dirname = 'spack-build-%s' % self.spec.dag_hash(7)
|
||||
return os.path.join(self.stage.path, dirname)
|
||||
|
||||
def cmake_args(self):
|
||||
|
|
Loading…
Reference in a new issue