Salome HOME
specialisation des paquets systemes par distribution, pour mieux gerer les differences
[tools/sat.git] / commands / config.py
index 6ef3dbff7dce1326f5c8b457c376dad81a44d3f3..e855c5765068683ac52dce3b1317eca1f6e9a7b9 100644 (file)
@@ -815,7 +815,7 @@ def check_install_system(config, logger):
       if src.product.product_is_native(product_info):
         # if the product is native, get (in two dictionnaries the runtime and compile time 
         # system dependencies with the status (OK/KO)
-        run_pkg,build_pkg=src.product.check_system_dep(check_cmd, product_info)
+        run_pkg,build_pkg=src.product.check_system_dep(config.VARS.dist, check_cmd, product_info)
         #logger.write("\n*** %s ***\n" % product, 1)
         for pkg in run_pkg:
             logger.write("\n   - "+pkg + " : " + run_pkg[pkg], 1)