diff options
| author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2018-07-24 03:16:31 +0000 |
|---|---|---|
| committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2018-07-24 03:16:31 +0000 |
| commit | d7fb0db68986086b69803fa57c74f0891d3d6f83 (patch) | |
| tree | da39f9a3faaca2c1a0f06c55ebeb76aacc37dbb6 /databases/py-pylibmc | |
| parent | - Update to 0.9991 (diff) | |
fix symlinks for ansible when non-default version is installed
The issue is that before stage, other binaries are links to ansible:
bin/ansible-vault -> bin/ansible
bin/ansible-playbook -> bin/ansible
During stage, these get renamed with a suffix, like 3.6, but the
target of the symlink doesn't change:
bin/ansible-vault-3.6 -> bin/ansible
bin/ansible-playbook-3.6 -> bin/ansible
This either creates broken links if the package for the default
Python version is not installed or it creates links to the
wrong binary if it is.
Thank you Andreas Sommer for the fix!
PR: 229960
Submitted by: Andreas Sommer
Diffstat (limited to 'databases/py-pylibmc')
0 files changed, 0 insertions, 0 deletions
