From 8e0c020bf1af304498d92686bafcde73b2247eae Mon Sep 17 00:00:00 2001 From: Tziporet Koren Date: Tue, 11 Sep 2007 18:22:42 +0300 Subject: [PATCH] fixed perftest and mstflint not to be an exception Signed-off by: Tziporet Koren --- install.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.46.0