Skip to content

Commit

Permalink
pyqt: fix pyqtconfig.py install location
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#25702.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
dakcarto authored and MikeMcQuaid committed Jan 7, 2014
1 parent 52087fd commit 212359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/pyqt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def install
# 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
Expand Down

0 comments on commit 212359d

Please sign in to comment.