From: vsr Date: Wed, 21 May 2014 09:27:07 +0000 (+0400) Subject: Fix regression in ParaView installation script: invalid path to the patch X-Git-Tag: V7_4_0~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9441fed9b4e935ff4436c62c2312e96370d4db1b;p=tools%2Finstall.git Fix regression in ParaView installation script: invalid path to the patch --- diff --git a/config_files/ParaView.sh b/config_files/ParaView.sh index 146d132..534c656 100755 --- a/config_files/ParaView.sh +++ b/config_files/ParaView.sh @@ -106,7 +106,7 @@ fi # patch: fix problem with SurfaceLIC plugin if [ "${patch_surface_lic}" = "1" ] ; then - ( test -f patches/surface_lic.png && cp -f ${SRCDIR}/patches/surface_lic.png ${PRODUCT_SRC_DIR}/Plugins/SurfaceLIC/doc ) + ( test -f patches/surface_lic.png && cp -f patches/surface_lic.png ${PRODUCT_SRC_DIR}/Plugins/SurfaceLIC/doc ) fi # patch: fix about missing TopologicalSort.cmake