F18: Fix the location to the f18 binary (#12186)

This commit is contained in:
Ondřej Čertík 2019-07-31 07:43:08 -06:00 committed by Massimiliano Culpo
parent ae1524821e
commit 7e61527f9e

View File

@ -20,4 +20,4 @@ class F18(CMakePackage):
def install(self, spec, prefix):
mkdirp(prefix.bin)
install("spack-build/tools/f18/f18", prefix.bin)
install("spack-build/tools/f18/bin/f18", prefix.bin)