diff options
| author | Jack Nagel | 2014-03-25 11:33:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-25 11:33:09 -0500 |
| commit | 7d5e762b3efac8059dcda9dcf4f873a2d3cbdb3f (patch) | |
| tree | 47fad8649fd097ea1796795bb43ba6e3b4a263bd /Library/Formula/python.rb | |
| parent | 52faba9a2cef1539eb9a2b79554cc6c91cb21045 (diff) | |
| download | homebrew-7d5e762b3efac8059dcda9dcf4f873a2d3cbdb3f.tar.bz2 | |
python: use install_symlink
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index c9edf4f1e..4538f0a3a 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -127,7 +127,7 @@ class Python < Formula # Create a site-packages in HOMEBREW_PREFIX/lib/python2.7/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 } |
