-
- Downloads
Don't try to link symlinks over their targets
If we have lib/python3.4/site-packages, which is a symlink to HOMEBREW_PREFIX/lib/python3.4/site-packages, link will be confused. This only appears after unlinking and relinking because this symlink is created in post_install, which runs after the first link. Fixes Homebrew/linuxbrew#502. Closes Homebrew/homebrew#42891.
Please register or sign in to comment