diff options
author | Jordan Galby <67924449+Jordan474@users.noreply.github.com> | 2022-05-19 17:50:24 +0200 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-07-14 16:47:26 +0200 |
commit | 0b1be57e08622149c108cab93cb5c0e77ca39925 (patch) | |
tree | 9b26f522ea25fd963e4f75e2ef734f8fcb520c0d /bin/spack-python | |
parent | 9d04632ceec7d17251ab3777cbb84ca1dd578ace (diff) | |
download | spack-0b1be57e08622149c108cab93cb5c0e77ca39925.tar.gz spack-0b1be57e08622149c108cab93cb5c0e77ca39925.tar.bz2 spack-0b1be57e08622149c108cab93cb5c0e77ca39925.tar.xz spack-0b1be57e08622149c108cab93cb5c0e77ca39925.zip |
Fix spack install chgrp on symlinks (#30743)
Fixes missing chgrp on symlinks in package installations, and errors on
symlinks referencing non-existent or non-writable locations.
Note: `os.chown(.., follow_symlinks=False)` is python3 only, but
`os.lchown` exists in both versions.
Diffstat (limited to 'bin/spack-python')
0 files changed, 0 insertions, 0 deletions