From: crouzet Date: Wed, 22 Jun 2022 14:00:05 +0000 (+0200) Subject: sat #30348 : sous linux substitution aussi du path pour le cas du pv_plugin_path X-Git-Tag: V9_10_0~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9dab6987983d70f955018d772ca9078fd2f738eb;p=tools%2Fsat.git sat #30348 : sous linux substitution aussi du path pour le cas du pv_plugin_path --- diff --git a/commands/package.py b/commands/package.py index de222fc..b619ec1 100644 --- a/commands/package.py +++ b/commands/package.py @@ -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():