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

kripke: fix install (#11090)

parent 82be3a46
No related branches found
No related tags found
No related merge requests found
...@@ -35,4 +35,4 @@ def install(self, spec, prefix): ...@@ -35,4 +35,4 @@ def install(self, spec, prefix):
# Kripke does not provide install target, so we have to copy # Kripke does not provide install target, so we have to copy
# things into place. # things into place.
mkdirp(prefix.bin) mkdirp(prefix.bin)
install('spack-build/kripke', prefix.bin) install('../spack-build/kripke', prefix.bin)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment