master
Adam Vandenberg 2010-05-26 13:25:23 -07:00
parent 6963074873
commit 83e208e1e6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Pyqt <Formula
def install
ENV.prepend 'PYTHONPATH', "#{HOMEBREW_PREFIX}/lib/python", ':'
system "python", "./configure.py", "-g", "--confirm-license",
system "python", "./configure.py", "--confirm-license",
"--bindir=#{bin}",
"--destdir=#{lib}/python",
"--sipdir=#{share}/sip"