Salome HOME
sat #30348 : sous linux substitution aussi du path pour le cas du pv_plugin_path
authorcrouzet <nicolas.crouzet@cea.fr>
Wed, 22 Jun 2022 14:00:05 +0000 (16:00 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Wed, 22 Jun 2022 14:00:05 +0000 (16:00 +0200)
commands/package.py

index de222fc2d8ee20f9d57bd80a7c725597c34bdd84..b619ec19d80b8452de3e4ac24baff3fbdf13f906 100644 (file)
@@ -448,6 +448,7 @@ def produce_relative_env_files(config,
     else:
       src.replace_in_file(filepath, '"out_dir_Path', '"${out_dir_Path}' )
       src.replace_in_file(filepath, ':out_dir_Path', ':${out_dir_Path}' )
+      src.replace_in_file(filepath, ';out_dir_Path', ';${out_dir_Path}' )
 
     if exe_name:
         if src.architecture.is_windows():