Salome HOME
Fix regression in ParaView installation script: invalid path to the patch
[tools/install.git] / config_files / modifyLaFiles.sh
1 #!/bin/bash -noprofile
2
3 ####################################################################################
4 #  File      : modifyLaFiles.sh
5 #  Created   : Mon Feb 19 11:09:00 2008
6 #  Author    : Alexander KOVALEV, Open CASCADE SAS (alexander.kovalev@opencascade.com)
7 #  Project   : SALOME
8 #  Module    : Installation Wizard
9 #  Copyright : 2002-2014 CEA
10 #
11 #  This script is the part of the SALOME installation procedure.
12 #
13 #  The script to call modif_la_files() function in the 'common.sh' script.
14 #
15 ####################################################################################
16
17 modify_la_files(){
18
19 modif_la_files ${INST_DIR}/${SDIR_NAME}
20
21 test $? -eq 0 && exit 1 || exit 0
22 }
23
24 PROCEDURE=$1
25 INST_DIR=$2
26
27 source ${INST_DIR}/env_products.sh
28 source ./common.sh
29
30 ${PROCEDURE}