spack/lib
Paul Ferrell 0b9914e2f5
Fix for license symlinking issue. (#26576)
When a symlink to a license file exists but is broken, the license symlink post-install hook fails
because os.path.exists() checks the existence of the target not the symlink itself.
os.path.lexists() is the proper function to use.
2021-10-07 19:18:35 +00:00
..
spack Fix for license symlinking issue. (#26576) 2021-10-07 19:18:35 +00:00