Salome HOME
CMake: Update path and version variables for current build system
authormpa <mpa@opencascade.com>
Thu, 7 Nov 2013 11:20:43 +0000 (11:20 +0000)
committermpa <mpa@opencascade.com>
Thu, 7 Nov 2013 11:20:43 +0000 (11:20 +0000)
bin/runAppli.in

index 244c4dfd7103b5f801700274e5f473b46126f18b..ae964fe2eeba43a5709cecf39c3c72be7c01be47 100755 (executable)
@@ -25,7 +25,7 @@ if [ -z "${KERNEL_ROOT_DIR}" ] ; then
 export KERNEL_ROOT_DIR=@KERNEL_ROOT_DIR@
 fi
 if [ -z "${PYHELLO_ROOT_DIR}" ] ; then 
-export PYHELLO_ROOT_DIR=@prefix@
+export PYHELLO_ROOT_DIR=@CMAKE_INSTALL_PREFIX@
 fi
 
 searchFreePort() {