From: vsr Date: Wed, 21 May 2014 09:35:12 +0000 (+0400) Subject: Remove unneeded gcc product from batch mode script X-Git-Tag: V7_4_0~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=70d214f47021bd5da3cafeeb9a696776b32115d5;p=tools%2Finstall.git Remove unneeded gcc product from batch mode script --- diff --git a/runInstall b/runInstall index a01939e..5410999 100755 --- a/runInstall +++ b/runInstall @@ -529,7 +529,7 @@ class ConfigParser: pass self.products.extend( req_prods_list ) self.products.extend( sal_prods_list ) - if len(self.products) != 0: + if False and len(self.products) != 0: # VSR 2014-05-21 : not needed anymore gcc_product = Product("gcc", __CTX__PREREQUISITE__, self.products[0].os,