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

miniqmc: fix install (#11091)

parent 356b5df7
No related branches found
No related tags found
No related merge requests found
......@@ -31,5 +31,5 @@ def cmake_args(self):
return args
def install(self, spec, prefix):
install_tree(join_path('spack-build', 'bin'), prefix.bin)
install_tree(join_path('spack-build', 'lib'), prefix.lib)
install_tree(join_path('../spack-build', 'bin'), prefix.bin)
install_tree(join_path('../spack-build', 'lib'), prefix.lib)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment