aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvind Prasanna <arvindprasanna@gmail.com>2018-02-28 16:32:19 -0500
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-02 09:20:57 +0900
commit1a90ce36c6eff6fe989eabf0516beb12fc59e067 (patch)
tree58fac9321cc232568ab84d54706e5612c445f76b
parentkbuild/kallsyms: trivial typo fix (diff)
downloadlinux-dev-1a90ce36c6eff6fe989eabf0516beb12fc59e067.tar.xz
linux-dev-1a90ce36c6eff6fe989eabf0516beb12fc59e067.zip
kconfig: Update ncurses package names for menuconfig
The package name is ncurses-devel for Redhat based distros and libncurses-dev for Debian based distros. Signed-off-by: Arvind Prasanna <arvindprasanna@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rwxr-xr-xscripts/kconfig/lxdialog/check-lxdialog.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh b/scripts/kconfig/lxdialog/check-lxdialog.sh
index a10bd9d6fafd..6c0bcd9c472d 100755
--- a/scripts/kconfig/lxdialog/check-lxdialog.sh
+++ b/scripts/kconfig/lxdialog/check-lxdialog.sh
@@ -55,7 +55,8 @@ 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 (ncurses-devel or libncurses-dev " 1>&2
+ echo " *** depending on your distribution) and try again." 1>&2
echo " *** " 1>&2
exit 1
fi