mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir.
This commit is contained in:
parent
0548026166
commit
2a8e9d667e
@ -21,7 +21,7 @@
|
|||||||
CURRENT_DIR=`pwd`
|
CURRENT_DIR=`pwd`
|
||||||
CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"`
|
CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"`
|
||||||
cd ${CONF_DIR}
|
cd ${CONF_DIR}
|
||||||
python $KERNEL_ROOT_DIR/salome_adm/cmake_files/am2cmake.py --smesh
|
python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --smesh
|
||||||
status=$?
|
status=$?
|
||||||
cd ${CURRENT_DIR}
|
cd ${CURRENT_DIR}
|
||||||
exit $status
|
exit $status
|
||||||
|
@ -17,4 +17,4 @@
|
|||||||
@REM See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
@REM See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
@REM
|
@REM
|
||||||
|
|
||||||
%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\am2cmake.py --smesh
|
%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\deprecated\am2cmake.py --smesh
|
||||||
|
Loading…
Reference in New Issue
Block a user