]> git.openfabrics.org - ~vlad/ofed_scripts.git/commitdiff
tvflash is not supported on the openSuSE. vofed-1.3
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Thu, 28 Feb 2008 08:58:05 +0000 (10:58 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Thu, 28 Feb 2008 08:58:05 +0000 (10:58 +0200)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
install.pl

index 75b4d892f08ec5334d858d0b17abfabd39e84520..4e47047bbf0457a096f39530ab42fb5a03669254 100755 (executable)
@@ -1639,6 +1639,10 @@ sub set_availability
         $packages_info{'mpitests_openmpi_intel'}{'available'} = 1;
     }
 
+    if (is_installed('openSUSE-release')) {
+        $packages_info{'tvflash'}{'available'} = 0;
+    }
+
     # debuginfo RPM currently are not supported on SuSE
     if ($distro eq 'SuSE') {
         for my $package (@all_packages) {