From: inv Date: Wed, 4 Apr 2012 13:57:50 +0000 (+0000) Subject: SALOME 6.5.0 preparation: update PyQt script for version 4.9.1 (currect version is... X-Git-Tag: V6_5_0b1~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cb8a1950ce5d174df894b7a5a6e4f3979ac05264;p=tools%2Finstall.git SALOME 6.5.0 preparation: update PyQt script for version 4.9.1 (currect version is still 4.7.3) --- diff --git a/config_files/PyQt.sh b/config_files/PyQt.sh index 148d211..3499af6 100755 --- a/config_files/PyQt.sh +++ b/config_files/PyQt.sh @@ -81,7 +81,7 @@ if [ "$apply_patch_for_phonon" == "1" ] ; then fi # apply additional patch (if there's any) -( test -f patches/PyQt-${PYQT_VERSION}.patch && cp patches/PyQt-${PYQT_VERSION}.patch ${PRODUCT_SRC_DIR} && cd ${PRODUCT_SRC_DIR} && patch -p1 < PyQt-${PYQT_VERSION}.patch ) +( test -f patches/${PRODUCT}.patch && cp patches/${PRODUCT}.patch ${PRODUCT_SRC_DIR} && cd ${PRODUCT_SRC_DIR} && patch -p1 < ${PRODUCT}.patch ) # to generate environment scripts try_preinstalled