ncurses: make certain that the rxvt-unicode dir exists
authorChris Larson <chris_larson@mentor.com>
Wed, 21 Jul 2010 23:57:01 +0000 (16:57 -0700)
committerChris Larson <chris_larson@mentor.com>
Sun, 25 Jul 2010 17:02:50 +0000 (10:02 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/ncurses/ncurses.inc

index 5d923f4..3cf6a57 100644 (file)
@@ -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