From 9291924956667191673cf4bed369d4e8474e9c10 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 25 Aug 2008 05:52:15 +0000 Subject: [PATCH] Fix pb with installation if dot (.) is not in PATH --- config_files/CALCULATOR_SRC.sh | 2 +- config_files/COMPONENT_SRC.sh | 2 +- config_files/GEOM_SRC.sh | 2 +- config_files/GHS3DPLUGIN_SRC.sh | 2 +- config_files/GUI_SRC.sh | 2 +- config_files/HELLO_SRC.sh | 2 +- config_files/KERNEL_SRC.sh | 2 +- config_files/LIGHT_SRC.sh | 2 +- config_files/MEDWOGUI_SRC.sh | 2 +- config_files/MED_SRC.sh | 2 +- config_files/NETGENPLUGIN_SRC.sh | 2 +- config_files/PYCALCULATOR_SRC.sh | 2 +- config_files/PYHELLO_SRC.sh | 2 +- config_files/RANDOMIZER_SRC.sh | 2 +- config_files/SIERPINSKY_SRC.sh | 2 +- config_files/SMESH_SRC.sh | 2 +- config_files/SUPERV_SRC.sh | 2 +- config_files/VISU_SRC.sh | 2 +- config_files/graphviz-1.9.sh | 2 +- config_files/graphviz-2.2.1.sh | 4 ++-- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/config_files/CALCULATOR_SRC.sh b/config_files/CALCULATOR_SRC.sh index ae48a29..9c0d0ec 100755 --- a/config_files/CALCULATOR_SRC.sh +++ b/config_files/CALCULATOR_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT CALCULATOR +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT CALCULATOR # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/COMPONENT_SRC.sh b/config_files/COMPONENT_SRC.sh index b9fa2d6..4cb57a4 100755 --- a/config_files/COMPONENT_SRC.sh +++ b/config_files/COMPONENT_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT COMPONENT +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT COMPONENT # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/GEOM_SRC.sh b/config_files/GEOM_SRC.sh index 4212d33..13152cc 100755 --- a/config_files/GEOM_SRC.sh +++ b/config_files/GEOM_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT GEOM +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT GEOM # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/GHS3DPLUGIN_SRC.sh b/config_files/GHS3DPLUGIN_SRC.sh index d82c25c..56d2ab9 100755 --- a/config_files/GHS3DPLUGIN_SRC.sh +++ b/config_files/GHS3DPLUGIN_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT GHS3DPLUGIN +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT GHS3DPLUGIN # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/GUI_SRC.sh b/config_files/GUI_SRC.sh index 61529c4..ea0f257 100755 --- a/config_files/GUI_SRC.sh +++ b/config_files/GUI_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT GUI +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT GUI # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/HELLO_SRC.sh b/config_files/HELLO_SRC.sh index dc8f4f8..dc4fd5e 100755 --- a/config_files/HELLO_SRC.sh +++ b/config_files/HELLO_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT HELLO +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT HELLO # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/KERNEL_SRC.sh b/config_files/KERNEL_SRC.sh index cece775..4aa78d6 100755 --- a/config_files/KERNEL_SRC.sh +++ b/config_files/KERNEL_SRC.sh @@ -85,7 +85,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -c -d -v 0 -p $INSTALL_ROOT KERNEL +check_jb ./build.sh -o -c -d -v 0 -p $INSTALL_ROOT KERNEL # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/LIGHT_SRC.sh b/config_files/LIGHT_SRC.sh index d1ab20c..69661ee 100755 --- a/config_files/LIGHT_SRC.sh +++ b/config_files/LIGHT_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT LIGHT +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT LIGHT # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/MEDWOGUI_SRC.sh b/config_files/MEDWOGUI_SRC.sh index 5795865..ada3ce5 100755 --- a/config_files/MEDWOGUI_SRC.sh +++ b/config_files/MEDWOGUI_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT MEDWOGUI +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT MEDWOGUI # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/MED_SRC.sh b/config_files/MED_SRC.sh index ccf46ec..c4ac188 100755 --- a/config_files/MED_SRC.sh +++ b/config_files/MED_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT MED +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT MED # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/NETGENPLUGIN_SRC.sh b/config_files/NETGENPLUGIN_SRC.sh index f23dc3f..edcbf98 100755 --- a/config_files/NETGENPLUGIN_SRC.sh +++ b/config_files/NETGENPLUGIN_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT NETGENPLUGIN +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT NETGENPLUGIN # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/PYCALCULATOR_SRC.sh b/config_files/PYCALCULATOR_SRC.sh index bc6a1e8..db424a9 100755 --- a/config_files/PYCALCULATOR_SRC.sh +++ b/config_files/PYCALCULATOR_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT PYCALCULATOR +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT PYCALCULATOR # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/PYHELLO_SRC.sh b/config_files/PYHELLO_SRC.sh index 85a1e69..fe02181 100755 --- a/config_files/PYHELLO_SRC.sh +++ b/config_files/PYHELLO_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT PYHELLO +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT PYHELLO # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/RANDOMIZER_SRC.sh b/config_files/RANDOMIZER_SRC.sh index a945b1d..8bf2303 100755 --- a/config_files/RANDOMIZER_SRC.sh +++ b/config_files/RANDOMIZER_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT RANDOMIZER +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT RANDOMIZER # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/SIERPINSKY_SRC.sh b/config_files/SIERPINSKY_SRC.sh index efcd416..ae44346 100755 --- a/config_files/SIERPINSKY_SRC.sh +++ b/config_files/SIERPINSKY_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT SIERPINSKY +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT SIERPINSKY # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/SMESH_SRC.sh b/config_files/SMESH_SRC.sh index 71ae63b..0471a38 100755 --- a/config_files/SMESH_SRC.sh +++ b/config_files/SMESH_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT SMESH +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT SMESH # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/SUPERV_SRC.sh b/config_files/SUPERV_SRC.sh index cf095e6..47ca106 100755 --- a/config_files/SUPERV_SRC.sh +++ b/config_files/SUPERV_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT SUPERV +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT SUPERV # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/VISU_SRC.sh b/config_files/VISU_SRC.sh index 4448f12..b002b99 100755 --- a/config_files/VISU_SRC.sh +++ b/config_files/VISU_SRC.sh @@ -80,7 +80,7 @@ fi CUR_DIR=`pwd` cd ${INSTALL_ROOT} -check_jb build.sh -o -b -d -v 0 -p $INSTALL_ROOT VISU +check_jb ./build.sh -o -b -d -v 0 -p $INSTALL_ROOT VISU # create environment for the built binaries cd $CUR_DIR diff --git a/config_files/graphviz-1.9.sh b/config_files/graphviz-1.9.sh index f7d6851..3f4898b 100755 --- a/config_files/graphviz-1.9.sh +++ b/config_files/graphviz-1.9.sh @@ -72,7 +72,7 @@ check_jb tar xfz ${SOURCE_DIR}/graphviz-1.9.tar.gz -C ${INSTALL_WORK} cd ${PRODUCT_WORK} makedir ${PRODUCT_DIR} -check_job ${PRODUCT_DIR}/CONFIGURE.LOG configure --prefix=${PRODUCT_DIR} --with-tcl=${TCLHOME} --disable-rpath +check_job ${PRODUCT_DIR}/CONFIGURE.LOG ./configure --prefix=${PRODUCT_DIR} --with-tcl=${TCLHOME} --disable-rpath GCC=`which gcc` cat >> ${PRODUCT_DIR}/MAKE.LOG <> ${PRODUCT_DIR}/MAKE.LOG <