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

nut: fix install (#18848)

* nut: fix install

* flake8
parent 165dbf71
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ def install(self, spec, prefix):
install('README.md', prefix)
mkdirp(prefix.bin)
mkdirp(prefix.lib)
install('../spack-build/apps/bh-3', prefix.bin)
install('../spack-build/lib/libnut.a', prefix.lib)
install(join_path(self.build_directory, 'apps/bh-3'), prefix.bin)
install(join_path(self.build_directory, 'lib/libnut.a'), prefix.lib)
install_tree('test/data', prefix.data)
install_tree('lib', prefix.include)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment