From 8df384ecb006741bdb891ad82d6ee24fa5be38bb Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 21 Jul 2010 16:57:01 -0700 Subject: [PATCH] ncurses: make certain that the rxvt-unicode dir exists Signed-off-by: Chris Larson --- recipes/ncurses/ncurses.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/ncurses/ncurses.inc b/recipes/ncurses/ncurses.inc index 5d923f41ea..3cf6a57e60 100644 --- a/recipes/ncurses/ncurses.inc +++ b/recipes/ncurses/ncurses.inc @@ -68,6 +68,7 @@ do_install() { then ln -sf xterm-color ${D}${sysconfdir}/terminfo/x/xterm fi + install -d ${D}${sysconfdir}/terminfo/r ln -sf rxvt ${D}${sysconfdir}/terminfo/r/rxvt-unicode if [ "${PN}" = "ncurses" ]; then -- 2.39.5