Salome HOME
SALOME 7.3.0 preparation
[tools/install.git] / config_files / COMPONENT.sh
index ea2aba5bc10d2bf4136644761531ada7aec167d0..8e8775d71a5f89946d5294d3c1acc4238bb5c7a8 100755 (executable)
@@ -82,7 +82,7 @@ install_source
 # build sources
 test -z ${SINGLE_DIR} && makedir ${PRODUCT_DIR} || mkdir -p ${PRODUCT_DIR}
 
-if [ -e ./build.sh ] ; then
+if [ -e ./build.sh ] && [ ! -e ${INST_ROOT}/build.sh ]; then
     cp -f ./build.sh ${INST_ROOT}
 fi