Salome HOME
Issue 0020352: Compatibility native qt4 on mandriva 2009.1 for check_qt
[tools/hxx2salome.git] / scripts / SA_new_cpp_component
index e59c54cdf3d94ddda8ab280799154fe296226ff1..87b76b4e26754b154ac4cdd10809793e006eca3c 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/bash
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# --
 
 usage()
 {
@@ -31,11 +35,12 @@ then
    usage
 fi
 
-tar xvfz ${HXX2SALOME_ROOT_DIR}/cpp_compo_template.tgz
-moduleName=${1}_CPP_SRC
-mv template_SRC ${moduleName}
+sa_new_cpp_component_root_dir=`dirname $0`
+tar xvfz ${sa_new_cpp_component_root_dir}/cpp_compo_template.tgz
+moduleName=${1}CPP_SRC
+mv Cpp_Template__SRC ${moduleName}
 
-oldName=template
+oldName=Cpp_Template_
 newName=$1
 
 today=`date +%d%m%y`