]> git.openfabrics.org - ~aditr/ofed_scripts.git/commitdiff
ofed_1_4_scripts: Fix ppc64 building of rnfs-utils for SLES
authorAlexander Schmidt <alexs@linux.vnet.ibm.com>
Mon, 6 Apr 2009 14:20:11 +0000 (16:20 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Mon, 6 Apr 2009 14:45:26 +0000 (17:45 +0300)
Fix typo in package dependency description.

Signed-off-by: Alexander Schmidt <alexs@linux.vnet.ibm.com>
install.pl

index c5d08d738f8b366edaf9f960fbbf63c393d73da6..f5cb31d1a8e56efcdaabb2a3a40e47b631ae254c 100755 (executable)
@@ -2651,8 +2651,8 @@ sub check_linux_dependencies
                         print RED "krb5 is required to build rnfs-utils.", RESET "\n";
                         $err++;
                     }
-                    if ($arch eq "ppc64" and not is_installed("tcp-devel")) {
-                        print RED "tcp-devel is required to build rnfs-utils.", RESET "\n";
+                    if ($arch eq "ppc64" and not is_installed("tcpd-devel")) {
+                        print RED "tcpd-devel is required to build rnfs-utils.", RESET "\n";
                         $err++;
                     }
                 }