diff options
| author | Mike McQuaid | 2014-04-06 18:12:42 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-06 18:12:42 +0100 |
| commit | 6a866d64ce9174092fafcd2c0045babc22cee455 (patch) | |
| tree | f2901ec5018455f77af8f654067af613e6ffba38 /Library | |
| parent | 48cf1f95d8e7abbacb33615dc202fc6bba092e92 (diff) | |
| download | homebrew-6a866d64ce9174092fafcd2c0045babc22cee455.tar.bz2 | |
python3: remove install_symlink exist? guards.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/python3.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 5e20ba9bb..23d669996 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -136,7 +136,6 @@ class Python3 < 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 |
