diff --git a/var/spack/repos/builtin/packages/oommf/package.py b/var/spack/repos/builtin/packages/oommf/package.py index b584919c72b..f7a471d3002 100644 --- a/var/spack/repos/builtin/packages/oommf/package.py +++ b/var/spack/repos/builtin/packages/oommf/package.py @@ -118,7 +118,7 @@ class Oommf(Package): # sanity checks: (https://spack.readthedocs.io/en/latest/packaging_guide.html#checking-an-installation) sanity_check_is_file = [join_path("bin", "oommf.tcl")] - sanity_check_is_dir = ["usr/bin/oommf/app", "usr/bin/oommf/app/oxs/eamples"] + sanity_check_is_dir = ["usr/bin/oommf/app", "usr/bin/oommf/app/oxs/examples"] def get_oommf_source_root(self): """If we download the source from NIST, then 'oommf.tcl' is in the root directory.