]> git.openfabrics.org - ~tnikolova/ofed_scripts/.git/commitdiff
fixed perftest and mstflint not to be an exception
authorTziporet Koren <tziporet@mellanox.co.il>
Tue, 11 Sep 2007 15:22:42 +0000 (18:22 +0300)
committerTziporet Koren <tziporet@mellanox.co.il>
Tue, 11 Sep 2007 15:22:42 +0000 (18:22 +0300)
Signed-off by: Tziporet Koren <tziporet@mellanox.co.il>

install.pl

index 718e85bd3945218884d8b31dfc887b00f7459f8e..7965cf421370633b357c33729f8189e99ad0c16b 100755 (executable)
@@ -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,