From: Vladimir Sokolovsky Date: Thu, 28 Feb 2008 08:58:05 +0000 (+0200) Subject: tvflash is not supported on the openSuSE. X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7ee2171106d83f333bde9f77c56208bc4274b701;p=~aditr%2Fofed_scripts.git tvflash is not supported on the openSuSE. Signed-off-by: Vladimir Sokolovsky --- diff --git a/install.pl b/install.pl index 75b4d89..4e47047 100755 --- a/install.pl +++ b/install.pl @@ -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) {