From: Paul RASCLE Date: Fri, 31 Aug 2018 16:53:16 +0000 (+0200) Subject: prepare yacsgen examples scripts for path substitution on run postinstall X-Git-Tag: V9_2_0a2^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eb85ba9c365317d99ee731422889449c98ef9aaf;p=tools%2Fyacsgen.git prepare yacsgen examples scripts for path substitution on run postinstall --- diff --git a/Examples/exec.sh b/Examples/exec.sh index f1c323d..30f54f6 100755 --- a/Examples/exec.sh +++ b/Examples/exec.sh @@ -4,8 +4,8 @@ com=$* # Modify to your SALOME installation -export SALOME_DIR=path_to_appli -export SALOME_PACKAGES=path_to_salome_prerequisites.sh +export SALOME_DIR=__ROOT_SALOME__ +export SALOME_PACKAGES=__YACSGEN_INSTALL_PATH__ source $SALOME_PACKAGES/salome_prerequisites.sh source $SALOME_PACKAGES/salome_modules.sh