summaryrefslogtreecommitdiffstats
path: root/package/ncurses
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:07:05 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:07:05 +0000
commit02a623ddf96aa97c341a287bbb4ec5370a069444 (patch)
tree6923139fb98dd1d2e99b456503b37d4dd92e1136 /package/ncurses
parentfa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f (diff)
downloadbuildroot-novena-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.gz
buildroot-novena-02a623ddf96aa97c341a287bbb4ec5370a069444.zip
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
Diffstat (limited to 'package/ncurses')
-rw-r--r--package/ncurses/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ncurses/Config.in b/package/ncurses/Config.in
index dc8720f0b..bfbd13973 100644
--- a/package/ncurses/Config.in
+++ b/package/ncurses/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_NCURSES
bool "ncurses"
help
- The Ncurses (new curses) library is a free software emulation of
+ The Ncurses (new curses) library is a free software emulation of
curses in System V Release 4.0, and more.
http://www.gnu.org/software/ncurses/
@@ -11,13 +11,13 @@ config BR2_PACKAGE_NCURSES_TARGET_PANEL
depends on BR2_PACKAGE_NCURSES
help
Includes ncurses dynamic libpanel in target
-
+
config BR2_PACKAGE_NCURSES_TARGET_FORM
bool "ncurses libform in target"
depends on BR2_PACKAGE_NCURSES
help
Includes ncurses dynamic libform in target
-
+
config BR2_PACKAGE_NCURSES_TARGET_MENU
bool "ncurses libmenu in target"
depends on BR2_PACKAGE_NCURSES