]> SALOME platform Git repositories - tools/install.git/blobdiff - config_files/PYHELLO.sh
Salome HOME
Minor fix
[tools/install.git] / config_files / PYHELLO.sh
index 6556431cc2aa355c4775e6c651db110e2f7767a7..ef2f8ebca4b8b6b0993f54c0030f3b03dc095b9c 100755 (executable)
@@ -80,7 +80,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