Salome HOME
merge master
authorcrouzet <nicolas.crouzet@cea.fr>
Thu, 22 Mar 2018 11:26:31 +0000 (12:26 +0100)
committercrouzet <nicolas.crouzet@cea.fr>
Thu, 22 Mar 2018 11:26:31 +0000 (12:26 +0100)
commands/package.py

index 09fef8f8f552f94a563498f3fc6b9c1d1d3f5598..1a16253d2bebb71b5e8cd0620be1c31081bcacf2 100644 (file)
@@ -504,10 +504,10 @@ def binary_package(config, logger, options, tmp_working_dir):
          logger.write("""
 WARNING: existing binaries directory from previous detar installation:
          %s
-         To make new package from this, you could
+         To make new package from this, you have to
          1) install binaries in INSTALL directory with the script "install_bin.sh" 
             see README file for more details
-         2) recompile everything in INSTALL with "sat compile" command 
+         2) or recompile everything in INSTALL with "sat compile" command 
             this step is long, and requires some linux packages to be installed 
             on your system\n
 """ % binaries_from_detar)
@@ -1349,7 +1349,6 @@ Please add it in file:
         if options.sat:
             d_files_to_add.update({"salomeTools" : (runner.cfg.VARS.salometoolsway, "")})
         
-    
     if options.project:
         DBG.write("config for package %s" % project_name, runner.cfg)
         d_files_to_add.update(project_package(runner.cfg, project_name, options.project_file_path, tmp_working_dir, logger))