diff options
Diffstat (limited to 'meta/recipes-core/ncurses')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 671daf89ec..01cdf132da 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -174,7 +174,7 @@ shell_do_install() { | |||
174 | 174 | ||
175 | # include some basic terminfo files | 175 | # include some basic terminfo files |
176 | # stolen ;) from gentoo and modified a bit | 176 | # stolen ;) from gentoo and modified a bit |
177 | for x in ansi console dumb linux rxvt screen sun vt{52,100,102,200,220} xterm-color xterm-xfree86 xterm-256color | 177 | for x in ansi console dumb linux rxvt screen sun vt52 vt100 vt102 vt200 vt220 xterm-color xterm-xfree86 xterm-256color |
178 | do | 178 | do |
179 | local termfile="$(find "${D}${datadir}/terminfo/" -name "${x}" 2>/dev/null)" | 179 | local termfile="$(find "${D}${datadir}/terminfo/" -name "${x}" 2>/dev/null)" |
180 | local basedir="$(basename $(dirname "${termfile}"))" | 180 | local basedir="$(basename $(dirname "${termfile}"))" |