#!/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
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}