From 9441fed9b4e935ff4436c62c2312e96370d4db1b Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 21 May 2014 13:27:07 +0400 Subject: [PATCH] Fix regression in ParaView installation script: invalid path to the patch --- config_files/ParaView.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2