diff options
-rw-r--r-- | lib/spack/spack/cmd/buildcache.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/cmd/buildcache.py b/lib/spack/spack/cmd/buildcache.py index a8ee3ae581..da2c35ec2f 100644 --- a/lib/spack/spack/cmd/buildcache.py +++ b/lib/spack/spack/cmd/buildcache.py @@ -254,6 +254,7 @@ def install_tarball(spec, args): tty.msg('Installing buildcache for spec %s' % spec.format()) bindist.extract_tarball(spec, tarball, args.allow_root, args.unsigned, args.force) + spack.hooks.post_install(spec) spack.store.store.reindex() else: tty.die('Download of binary cache file for spec %s failed.' % |