python: remove install_symlink exist? guards.
This commit is contained in:
parent
e32f19498b
commit
18bc9adcae
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ class Python < Formula
|
|||
site_packages.mkpath
|
||||
|
||||
# Symlink the prefix site-packages into the cellar.
|
||||
site_packages_cellar.delete if site_packages_cellar.exist?
|
||||
site_packages_cellar.parent.install_symlink site_packages
|
||||
|
||||
# Write our sitecustomize.py
|
||||
|
|
Loading…
Reference in a new issue