From: vsr Date: Mon, 16 Dec 2013 12:38:32 +0000 (+0000) Subject: Minor change: set correct environment X-Git-Tag: V7_3_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=91cf9b54c4c336e26fdd704f713e11ca6e00add8;p=modules%2Fhexablock.git Minor change: set correct environment --- diff --git a/bin/runAppli.in b/bin/runAppli.in index 08cfde0..559d021 100755 --- a/bin/runAppli.in +++ b/bin/runAppli.in @@ -21,8 +21,8 @@ if [ -z "${KERNEL_ROOT_DIR}" ] ; then export KERNEL_ROOT_DIR=@KERNEL_ROOT_DIR@ fi -if [ -z "${HEXA_ROOT_DIR}" ] ; then -export HEXA_ROOT_DIR=@prefix@ +if [ -z "${HEXABLOCK_ROOT_DIR}" ] ; then +export HEXABLOCK_ROOT_DIR=@CMAKE_INSTALL_PREFIX@ fi searchFreePort() {