From 1032e91d682c3fdbc28ad149050bb4f2754473ee Mon Sep 17 00:00:00 2001 From: Samuel John Date: Thu, 8 Aug 2013 17:25:35 +0200 Subject: sip: Caveats tell about sip-dir for Python 2.x and 3.x --- Library/Formula/sip.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb index 8824e6ec7..7392b755f 100644 --- a/Library/Formula/sip.rb +++ b/Library/Formula/sip.rb @@ -37,7 +37,8 @@ class Sip < Formula def caveats s = '' s += python.standard_caveats if python - s += "The sip-dir for Python #{python.version.major}.x is #{HOMEBREW_PREFIX}/share/sip#{python.if3then3}." + s += "The sip-dir for Python 2.x is #{HOMEBREW_PREFIX}/share/sip.\n" + s += "The sip-dir for Python 3.x is #{HOMEBREW_PREFIX}/share/sip3." s end end -- cgit v1.2.3