From: akl Date: Thu, 14 Feb 2013 13:23:45 +0000 (+0000) Subject: Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir. X-Git-Tag: V6_main_FINAL~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=db329bdde7dc78e52839b0913d6aae68f8f713e1;p=modules%2Fkernel.git Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir. --- diff --git a/build_cmake b/build_cmake index dea5c393c..744dbe0b1 100755 --- a/build_cmake +++ b/build_cmake @@ -21,7 +21,7 @@ CURRENT_DIR=`pwd` CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"` cd ${CONF_DIR} -python salome_adm/cmake_files/am2cmake.py --kernel +python salome_adm/cmake_files/deprecated/am2cmake.py --kernel status=$? cd ${CURRENT_DIR} exit $status diff --git a/build_cmake.bat b/build_cmake.bat index cca1337ba..54bb4f596 100644 --- a/build_cmake.bat +++ b/build_cmake.bat @@ -17,4 +17,4 @@ @REM See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com @REM -%PYTHONBIN% salome_adm\cmake_files\am2cmake.py --kernel +%PYTHONBIN% salome_adm\cmake_files\deprecated\am2cmake.py --kernel