diff options
-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 f5e37b94da..e96ee075bd 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -179,7 +179,7 @@ do_install() { | |||
179 | 179 | ||
180 | # include some basic terminfo files | 180 | # include some basic terminfo files |
181 | # stolen ;) from gentoo and modified a bit | 181 | # stolen ;) from gentoo and modified a bit |
182 | for x in ansi console dumb linux rxvt screen screen-256color sun vt52 vt100 vt102 vt200 vt220 xterm-color xterm-xfree86 xterm-256color | 182 | for x in alacritty ansi console dumb linux rxvt screen screen-256color sun vt52 vt100 vt102 vt200 vt220 xterm-color xterm-xfree86 xterm-256color |
183 | do | 183 | do |
184 | local termfile="$(find "${D}${datadir}/terminfo/" -name "${x}" 2>/dev/null)" | 184 | local termfile="$(find "${D}${datadir}/terminfo/" -name "${x}" 2>/dev/null)" |
185 | local basedir="$(basename $(dirname "${termfile}"))" | 185 | local basedir="$(basename $(dirname "${termfile}"))" |