From: maintenance team Date: Mon, 2 Nov 2009 12:53:12 +0000 (+0000) Subject: Implementation of patch applying for 4.5.2 X-Git-Tag: V5_1_3~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=daaab6173e21ffe42ceb455b59062d38e657e7f9;p=tools%2Finstall.git Implementation of patch applying for 4.5.2 --- diff --git a/config_files/qt-4.5.2.sh b/config_files/qt-4.5.2.sh index ed770ec..ebfbd8e 100755 --- a/config_files/qt-4.5.2.sh +++ b/config_files/qt-4.5.2.sh @@ -63,6 +63,11 @@ source ${INSTALL_WORK}/$SHRC check_jb tar xfz ${SOURCE_DIR}/${PRODUCT}.tar.gz -C ${INST_ROOT} +if [ -f patches/qapplication_X11_clipboard.patch ] ; then + cp patches/qapplication_X11_clipboard.patch ${PRODUCT_SRC_DIR} + ( cd ${PRODUCT_SRC_DIR} ; patch -p1 < qapplication_X11_clipboard.patch ) +fi + # to generate environment scripts try_preinstalled }