From: Tziporet Koren Date: Tue, 11 Sep 2007 15:22:42 +0000 (+0300) Subject: fixed perftest and mstflint not to be an exception X-Git-Tag: vofed-1.3-beta1~58 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8e0c020bf1af304498d92686bafcde73b2247eae;p=~tnikolova%2Fofed_scripts%2F.git fixed perftest and mstflint not to be an exception Signed-off by: Tziporet Koren --- diff --git a/install.pl b/install.pl index 718e85b..7965cf4 100755 --- a/install.pl +++ b/install.pl @@ -690,7 +690,7 @@ my %packages_info = ( available => 1, mode => "user", dist_req_build => [], dist_req_inst => [], ofa_req_build => ["libibverbs-devel", "librdmacm-devel"], ofa_req_inst => ["libibverbs", "librdmacm"], - install32 => 0, exception => 1, configure_options => '' }, + install32 => 0, exception => 0, configure_options => '' }, 'perftest-debuginfo' => { name => "perftest-debuginfo", parent => "perftest", selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0, @@ -705,7 +705,7 @@ my %packages_info = ( available => 1, mode => "user", dist_req_build => ["libstdc++-devel"], dist_req_inst => [], ofa_req_build => [], ofa_req_inst => [], - install32 => 0, exception => 1, configure_options => '' }, + install32 => 0, exception => 0, configure_options => '' }, 'mstflint-debuginfo' => { name => "mstflint-debuginfo", parent => "mstflint", selected => 0, installed => 0, rpm_exist => 0, rpm_exist32 => 0,