From fee12e011c83fe0afb01145dd7f486c9710f6bda Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Mon, 6 Apr 2009 16:20:11 +0200 Subject: [PATCH] ofed_1_4_scripts: Fix ppc64 building of rnfs-utils for SLES Fix typo in package dependency description. Signed-off-by: Alexander Schmidt --- install.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.pl b/install.pl index c5d08d7..f5cb31d 100755 --- a/install.pl +++ b/install.pl @@ -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++; } } -- 2.46.0