From 58e1ba197ec532710865787958ace6e81c17ceb6 Mon Sep 17 00:00:00 2001 From: crouzet Date: Fri, 1 Dec 2017 08:48:13 +0100 Subject: [PATCH] print the install dir for already installed products --- commands/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/compile.py b/commands/compile.py index 5f15b83..13efc26 100644 --- a/commands/compile.py +++ b/commands/compile.py @@ -338,7 +338,7 @@ def compile_all_products(sat, config, options, products_infos, logger): # Check if it was already successfully installed if src.product.check_installation(p_info): - logger.write(_("Already installed\n")) + logger.write(_("Already installed in %s\n" % p_info.install_dir)) continue # If the show option was called, do not launch the compilation -- 2.39.2