From: Chris Larson Date: Wed, 21 Jul 2010 23:57:01 +0000 (-0700) Subject: ncurses: make certain that the rxvt-unicode dir exists X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df384ecb006741bdb891ad82d6ee24fa5be38bb;p=openembedded.git ncurses: make certain that the rxvt-unicode dir exists Signed-off-by: Chris Larson --- 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