diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
commit | 02a623ddf96aa97c341a287bbb4ec5370a069444 (patch) | |
tree | 6923139fb98dd1d2e99b456503b37d4dd92e1136 /package/ncurses/Config.in | |
parent | fa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f (diff) |
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/Config.in')
-rw-r--r-- | package/ncurses/Config.in | 6 |
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 |