Skip to content
Snippets Groups Projects
Unverified Commit 27a72cf7 authored by Christoph Junghans's avatar Christoph Junghans Committed by GitHub
Browse files

branson: fix install (#11093)

parent 81f1bd77
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,6 @@ def cmake_args(self):
def install(self, spec, prefix):
mkdir(prefix.bin)
mkdir(prefix.doc)
install('spack-build/BRANSON', prefix.bin)
install('../spack-build/BRANSON', prefix.bin)
install('LICENSE.md', prefix.doc)
install('README.md', prefix.doc)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment