[oe-commits] Chris Larson : ncurses: make certain that the rxvt-unicode dir exists

git version control git at git.openembedded.org
Sun Jul 25 17:03:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8df384ecb006741bdb891ad82d6ee24fa5be38bb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8df384ecb006741bdb891ad82d6ee24fa5be38bb

Author: Chris Larson <chris_larson at mentor.com>
Date:   Wed Jul 21 16:57:01 2010 -0700

ncurses: make certain that the rxvt-unicode dir exists

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 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 5d923f4..3cf6a57 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





More information about the Openembedded-commits mailing list