diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/python.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/python3.rb | 1 |
2 files changed, 0 insertions, 2 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' diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 4d69a53a6..38b5c3f91 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -101,7 +101,6 @@ class Python3 < Formula # Tell Python not to install into /Applications (default for framework builds) system "make", "install", "PYTHONAPPSDIR=#{prefix}" # Demos and Tools - (HOMEBREW_PREFIX/'share/python3').mkpath system "make", "frameworkinstallextras", "PYTHONAPPSDIR=#{share}/python3" system "make", "quicktest" if build.include? "quicktest" |
