From 8554e933d2a236df20d07a6e0416ab444790bd3d Mon Sep 17 00:00:00 2001 From: Gregory Becker Date: Sun, 11 Nov 2018 17:11:33 +0000 Subject: Make Spack relocate text files in build caches with relative binaries --- lib/spack/spack/binary_distribution.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/spack/spack/binary_distribution.py b/lib/spack/spack/binary_distribution.py index 961345884e..ced7447db6 100644 --- a/lib/spack/spack/binary_distribution.py +++ b/lib/spack/spack/binary_distribution.py @@ -396,8 +396,6 @@ def relocate_package(workdir, allow_root): new_path = spack.store.layout.root old_path = buildinfo['buildpath'] rel = buildinfo.get('relative_rpaths', False) - if rel: - return tty.msg("Relocating package from", "%s to %s." % (old_path, new_path)) -- cgit v1.2.3-60-g2f50