From 91cf9b54c4c336e26fdd704f713e11ca6e00add8 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 16 Dec 2013 12:38:32 +0000 Subject: [PATCH] Minor change: set correct environment --- bin/runAppli.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { -- 2.39.2