From 48cf1f95d8e7abbacb33615dc202fc6bba092e92 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 6 Apr 2014 18:12:23 +0100 Subject: python: remove install_symlink exist? guards. --- Library/Formula/python.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Formula/python.rb') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 3372135bb..0be7cde49 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -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 -- cgit v1.2.3