diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh index 2184cf5e6c2e5853d507183452f18f11043d7eed..3ed76016363f9cffb3ea39f0574864810f0b3a48 100755 --- a/ShellB3/shallbethree.sh +++ b/ShellB3/shallbethree.sh @@ -3186,7 +3186,7 @@ mk_sip() { mk_pyqt4() { resume_tracker && return 0 - _find_cots QT4DIR bin/qmake $BASE $QT4DIR /sw/lib/qt4-mac /sw/lib/qt4-x11 /usr/lib64/qt4 /usr/lib/qt4 /opt/local /usr || \ + _find_cots QT4DIR bin/qmake $BASE $QT4DIR /sw/lib/qt4-mac /sw/lib/qt4-x11 /usr/lib64/qt4 /usr/lib/qt4 /opt/local /opt/local/libexec/qt4 /usr || \ isDarwin || oops "This requires QT4 development tools. Set QT4DIR to location of QT4 such that $QT4DIR/bin/qmake exists. On RHEL this is probably /usr/lib64/qt4" [ -z "${QT4DIR}" ] && return 0 #this should have failed on the prior line if we wanted this [ ${CPUTYPE} != ${REALCPUTYPE} ] && unset QT4DIR && return 0