diff mbox

[v1] Update the ncurses library package names

Message ID 1502216129-27433-1-git-send-email-arvindprasanna@gmail.com
State Rejected
Headers show

Commit Message

Arvind Prasanna Aug. 8, 2017, 6:15 p.m. UTC
From: Arvind Prasanna <arvind.prasanna@netronome.com>

-- Should be libncurses-dev for Debian based distros and ncurses-devel for Redhat based distros.
-- It saves time for the user to look up the actual package name.
---
 support/kconfig/lxdialog/check-lxdialog.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/support/kconfig/lxdialog/check-lxdialog.sh b/support/kconfig/lxdialog/check-lxdialog.sh
index 3ce0a23..5400aed 100755
--- a/support/kconfig/lxdialog/check-lxdialog.sh
+++ b/support/kconfig/lxdialog/check-lxdialog.sh
@@ -54,7 +54,9 @@  EOF
 	    echo " *** required header files."                            1>&2
 	    echo " *** 'make menuconfig' requires the ncurses libraries." 1>&2
 	    echo " *** "                                                  1>&2
-	    echo " *** Install ncurses (ncurses-devel) and try again."    1>&2
+	    echo " *** Install ncurses (libncurses-dev for Debian based"  1>&2
+	    echo " distros and ncurses-devel for Redhat based distros)"   1>&2
+	    echo " and try again."    					  1>&2
 	    echo " *** "                                                  1>&2
 	    exit 1
 	fi