From 3321dec28caabd96d63aebf9bd74f7753fe5283a Mon Sep 17 00:00:00 2001 From: crouzet Date: Mon, 9 Sep 2019 10:28:48 +0200 Subject: [PATCH] correction coquille --- commands/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/package.py b/commands/package.py index 1f9c8bc..707bbab 100644 --- a/commands/package.py +++ b/commands/package.py @@ -1539,7 +1539,7 @@ Please add it in file: if key.endswith("(bin)"): source_dir = d_bin_files_to_add[key][0] path_in_archive = d_bin_files_to_add[key][1].replace( - config.INTERNAL.config.binary_dir + runner.cfg.VARS.dist, + runner.cfg.INTERNAL.config.binary_dir + runner.cfg.VARS.dist, runner.cfg.INTERNAL.config.install_dir) if os.path.basename(source_dir)==os.path.basename(path_in_archive): # if basename is the same we will just substitute the dirname -- 2.39.2