git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b36d25
)
ncurses: make certain that the rxvt-unicode dir exists
author
Chris Larson
<chris_larson@mentor.com>
Wed, 21 Jul 2010 23:57:01 +0000
(16:57 -0700)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/recipes/ncurses/ncurses.inc
b/recipes/ncurses/ncurses.inc
index
5d923f4
..
3cf6a57
100644
(file)
--- 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