aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ncurses
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-07-21 16:57:01 -0700
committerChris Larson <chris_larson@mentor.com>2010-07-25 10:02:50 -0700
commit8df384ecb006741bdb891ad82d6ee24fa5be38bb (patch)
treef2fed1bce139a78ab3185f15bc62ff12d3eb79ea /recipes/ncurses
parent8b36d25b139c0e17c14baa8de0cabe8039cc8389 (diff)
downloadopenembedded-8df384ecb006741bdb891ad82d6ee24fa5be38bb.tar.gz
ncurses: make certain that the rxvt-unicode dir exists
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/ncurses')
-rw-r--r--recipes/ncurses/ncurses.inc1
1 files changed, 1 insertions, 0 deletions
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