From 3e11812757d3f958223c9cce17c5be5518c39304 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 30 Mar 2014 22:43:10 -0500 Subject: Apply previous commit to python3 --- Library/Formula/python3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 940fbf5c4..e864532c1 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -121,7 +121,7 @@ class Python3 < Formula site_packages_cellar.parent.install_symlink site_packages # Write our sitecustomize.py - Dir["#{site_packages}/*.py{,c,o}"].each {|f| Pathname.new(f).unlink } + rm_rf Dir["#{site_packages}/sitecustomize.py{,c,o}"] (site_packages/"sitecustomize.py").write(sitecustomize) # Remove old setuptools installations that may still fly around and be -- cgit v1.2.3