From: vsr Date: Mon, 9 Dec 2013 05:28:03 +0000 (+0000) Subject: createAppli is no more required X-Git-Tag: V7_3_0rc1~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c0b47464141d10ac914d14bf3c52005a8267abdf;p=tools%2Finstall.git createAppli is no more required --- diff --git a/config_files/KERNEL.sh b/config_files/KERNEL.sh index caadd80..c57e746 100755 --- a/config_files/KERNEL.sh +++ b/config_files/KERNEL.sh @@ -133,7 +133,7 @@ try_preinstalled pickup_env() { make_env ${INST_ROOT} ${INSTALL_WORK} "${PRODUCT_SEQUENCE}" "${INSTALL_PRODUCTS}" ${PRODUCT_TYPE} ${PRODUCT_DIR} -if [ -d ${PRODUCT_DIR} ] ; then +if [ -f ${PRODUCT_DIR}/bin/salome/createAppli.sh ] ; then pushd ${PRODUCT_DIR} > /dev/null version=`cat bin/salome/VERSION | awk -F: '{print $2}' | tr -d '[:space:]'` dir="${HOME}/salome_appli_${version}"