From: crouzet Date: Wed, 16 Feb 2022 14:42:36 +0000 (+0100) Subject: sat #29100 : bug dossier PROJET dans les archives : intégration patch correctif de... X-Git-Tag: V9_9_0~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9895bf7ff0450d0cbdd6e53032c3c1cb707a4be6;p=tools%2Fsat.git sat #29100 : bug dossier PROJET dans les archives : intégration patch correctif de nabil --- diff --git a/src/internal_config/INSTALL_BIN.template b/src/internal_config/INSTALL_BIN.template index 24536fe..93eed5a 100644 --- a/src/internal_config/INSTALL_BIN.template +++ b/src/internal_config/INSTALL_BIN.template @@ -1,7 +1,7 @@ #!/bin/bash # # This script copies BINARIES content into INSTALL, and substitute paths to enable extra compilation. -# It also initialises sat with PROJECTS/project.pyconf +# It also initialises sat with PROJECT/project.pyconf # If INSTALL already exists : does nothing! if [ -d ¤{INSTALL_DIR} ] then @@ -15,7 +15,7 @@ then fi if [ -d sat ] then - sat/sat init --add_project $(pwd)/PROJECTS/project.pyconf + sat/sat init --add_project $(pwd)/PROJECT/project.pyconf fi mkdir ¤{INSTALL_DIR} echo copies ¤{BINARIES_DIR} into ¤{INSTALL_DIR}