aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sip.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb
index f2361d65e..b707c9ebd 100644
--- a/Library/Formula/sip.rb
+++ b/Library/Formula/sip.rb
@@ -43,6 +43,10 @@ class Sip < Formula
end
end
+ def post_install
+ mkdir_p "#{HOMEBREW_PREFIX}/share/sip"
+ end
+
def caveats
"The sip-dir for Python is #{HOMEBREW_PREFIX}/share/sip."
end