From: maintenance team Date: Wed, 21 May 2008 13:37:06 +0000 (+0000) Subject: Correction of cmake compilation problem on Fedora 6 X-Git-Tag: V_3_2_10~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e363a4e9afa8d08122517a23d9286b96595a7731;p=tools%2Finstall.git Correction of cmake compilation problem on Fedora 6 --- diff --git a/config_files/VTK-4.2.6.sh b/config_files/VTK-4.2.6.sh index c4a59e4..c3226d6 100755 --- a/config_files/VTK-4.2.6.sh +++ b/config_files/VTK-4.2.6.sh @@ -111,6 +111,12 @@ fi cd ${INSTALL_WORK}/cmake-1.6.6 +chmod +w ./configure +#INV - bug in a cmake configure +cp configure configure.orig && sed "s/relid'/relid/" configure.orig > configure +chmod 755 ./configure + + check_job ${PRODUCT_DIR}/CONFIGUREcmake.LOG ./configure cat >> ${PRODUCT_DIR}/MAKEcmake.LOG <