From 25b5e38158e51df105ebd2ad3bca8ddb612aa8dd Mon Sep 17 00:00:00 2001 From: Larry Shaffer Date: Mon, 6 Jan 2014 22:22:08 -0700 Subject: pyqt: fix pyqtconfig.py install location Closes #25702. Signed-off-by: Mike McQuaid --- Library/Formula/pyqt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3