From 88436a03786ac2ef6eb63480add0c99714ca9b99 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 25 Mar 2014 11:33:09 -0500 Subject: python3: use install_symlink --- 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 b73f68f7d..494367f7d 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -118,7 +118,7 @@ class Python3 < Formula # Create a site-packages in HOMEBREW_PREFIX/lib/python#{VER}/site-packages site_packages.mkpath # Symlink the prefix site-packages into the cellar. - ln_s site_packages, site_packages_cellar + site_packages_cellar.parent.install_symlink site_packages # Write our sitecustomize.py Dir["#{site_packages}/*.py{,c,o}"].each {|f| Pathname.new(f).unlink } -- cgit v1.2.3