diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-07-21 16:57:01 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-07-25 10:02:50 -0700 |
commit | 8df384ecb006741bdb891ad82d6ee24fa5be38bb (patch) | |
tree | f2fed1bce139a78ab3185f15bc62ff12d3eb79ea /recipes/ncurses/ncurses.inc | |
parent | 8b36d25b139c0e17c14baa8de0cabe8039cc8389 (diff) |
ncurses: make certain that the rxvt-unicode dir exists
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/ncurses/ncurses.inc')
-rw-r--r-- | recipes/ncurses/ncurses.inc | 1 |
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 |