diff options
| author | Larry Shaffer | 2014-01-06 22:22:08 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-07 08:13:58 +0000 |
| commit | 25b5e38158e51df105ebd2ad3bca8ddb612aa8dd (patch) | |
| tree | a3a8eadd40bfe9814baaca1195b35b9d74487445 /Library/Formula/pyqt.rb | |
| parent | 2ed303f323d3b70653bf16e62e4a9dbebea3da91 (diff) | |
| download | homebrew-25b5e38158e51df105ebd2ad3bca8ddb612aa8dd.tar.bz2 | |
pyqt: fix pyqtconfig.py install location
Closes #25702.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/pyqt.rb')
| -rw-r--r-- | Library/Formula/pyqt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb index 383ec3764..2a6f8c1e3 100644 --- a/Library/Formula/pyqt.rb +++ b/Library/Formula/pyqt.rb @@ -38,7 +38,7 @@ class Pyqt < Formula # is deprecated and will be removed with SIP v5, so we do the actual compile # using the newer configure-ng.py as recommended. system "python", "configure.py", *args - (lib/'python2.7/site-packages').install 'pyqtconfig.py' + (lib/'python2.7/site-packages/PyQt4').install 'pyqtconfig.py' # On Mavericks we want to target libc++, this requires a non default qt makespec if ENV.compiler == :clang and MacOS.version >= :mavericks |
