aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-31 15:11:50 -0500
committerJack Nagel2014-03-31 15:12:16 -0500
commit387c84bbdf40bc5d73b75a0ab86754ee468903b9 (patch)
tree1564d17a51526b2aaa8694e48a6addb9f2c10397 /Library/Formula/python.rb
parent4f030e7a937125f79bc9f7838b4c04248a367272 (diff)
downloadhomebrew-387c84bbdf40bc5d73b75a0ab86754ee468903b9.tar.bz2
python: remove unnecessary mkpath
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 8bac3ae29..cea220c83 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -115,7 +115,6 @@ class Python < Formula
# Tell Python not to install into /Applications (default for framework builds)
system "make", "install", "PYTHONAPPSDIR=#{prefix}"
# Demos and Tools
- (HOMEBREW_PREFIX/'share/python').mkpath
system "make", "frameworkinstallextras", "PYTHONAPPSDIR=#{share}/python"
system "make", "quicktest" if build.include? 'quicktest'