]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Fix regression in ParaView installation script: invalid path to the patch
authorvsr <vsr@opencascade.com>
Wed, 21 May 2014 09:27:07 +0000 (13:27 +0400)
committervsr <vsr@opencascade.com>
Wed, 21 May 2014 09:27:07 +0000 (13:27 +0400)
config_files/ParaView.sh

index 146d132bdd0c7394494bab743f74e90bed696e79..534c65663ec33b0c563aa0b5bf395764112b37dd 100755 (executable)
@@ -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