From 9895bf7ff0450d0cbdd6e53032c3c1cb707a4be6 Mon Sep 17 00:00:00 2001 From: crouzet Date: Wed, 16 Feb 2022 15:42:36 +0100 Subject: [PATCH] =?utf8?q?sat=20#29100=20:=20bug=20dossier=20PROJET=20dans?= =?utf8?q?=20les=20archives=20:=20int=C3=A9gration=20patch=20correctif=20d?= =?utf8?q?e=20nabil?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/internal_config/INSTALL_BIN.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.39.2