sip: Caveats tell about sip-dir for Python 2.x and 3.x

master
Samuel John 2013-08-08 17:25:35 +02:00
parent ff3187ddd6
commit 148a86de23
1 changed files with 2 additions and 1 deletions

View File

@ -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