From 387c84bbdf40bc5d73b75a0ab86754ee468903b9 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 31 Mar 2014 15:11:50 -0500 Subject: python: remove unnecessary mkpath --- Library/Formula/python3.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Formula/python3.rb') 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" -- cgit v1.2.3