From f4db8269bafcf09d2f2bc64c3c5c759e2a3f33a9 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 26 Oct 2014 14:10:17 +0100 Subject: sip: create shared sip dir as post-install action. --- Library/Formula/sip.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3