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

hacckernels: fix install (#11089)

parent 4ff3ce49
No related branches found
No related tags found
No related merge requests found
...@@ -23,4 +23,4 @@ class Hacckernels(CMakePackage): ...@@ -23,4 +23,4 @@ class Hacckernels(CMakePackage):
def install(self, spec, prefix): def install(self, spec, prefix):
mkdirp(prefix.bin) mkdirp(prefix.bin)
install('README', prefix) install('README', prefix)
install('spack-build/HACCKernels', prefix.bin) install('../spack-build/HACCKernels', prefix.bin)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment