aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSamuel John2013-08-08 17:25:35 +0200
committerSamuel John2013-08-08 17:25:35 +0200
commit1032e91d682c3fdbc28ad149050bb4f2754473ee (patch)
tree8bf2ed59a5da48222073c6f72109289beb71742f /Library/Formula
parent321776d4a19aa39d37296df0a179d6fa1f0116dc (diff)
downloadhomebrew-1032e91d682c3fdbc28ad149050bb4f2754473ee.tar.bz2
sip: Caveats tell about sip-dir for Python 2.x and 3.x
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sip.rb3
1 files changed, 2 insertions, 1 deletions
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