From fe01d0f5785f8ea9ae8945bea55e77f699f619a0 Mon Sep 17 00:00:00 2001 From: jyp Date: Wed, 21 Dec 2005 09:17:43 +0000 Subject: [PATCH] *** empty log message *** --- scripts/hxx2salome | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/hxx2salome b/scripts/hxx2salome index c39ac09..bc2e588 100755 --- a/scripts/hxx2salome +++ b/scripts/hxx2salome @@ -190,8 +190,6 @@ generate_module_source() echo -e "\n-> Duplicate template module" | tee hxx2salome_journal tar xvfz ${gene_dir}/template_src.tgz >> hxx2salome_journal mv HXX2SALOME_GENERIC_CLASS_NAME_SRC ${CLASS_NAME}_SRC - mkdir -p ${CLASS_NAME}_BUILD - mkdir -p ${CLASS_NAME}_INSTALL ${gene_dir}/renameSalomeModule -i HXX2SALOME_GENERIC_CLASS_NAME ${CLASS_NAME} ${CLASS_NAME}_SRC >> hxx2salome_journal # if [ $make_gui -eq 0 ] @@ -331,6 +329,8 @@ update_environment() copy_component_source() { mv ${tmp_dir}/${CLASS_NAME}_SRC/* ${NEW_COMPONENT_SRC_DIR} + mkdir -p ${NEW_COMPONENT_BUILD_DIR} + mkdir -p ${NEW_COMPONENT_ROOT_DIR} } good_bye() -- 2.39.2