summaryrefslogtreecommitdiff
path: root/ncurses
diff options
context:
space:
mode:
Diffstat (limited to 'ncurses')
-rw-r--r--ncurses/ncurses_5.4.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/ncurses/ncurses_5.4.oe b/ncurses/ncurses_5.4.oe
index 7cfd0ed12f..ddaa582fdb 100644
--- a/ncurses/ncurses_5.4.oe
+++ b/ncurses/ncurses_5.4.oe
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
DESCRIPTION = "Ncurses library"
SECTION = "libs"
DEPENDS = "ncurses-native"
@@ -70,7 +70,7 @@ do_install() {
fi
done
# i think we can use xterm-color as default xterm
- if [ -e ${D}/etc/terminfo/x/xterm ]
+ if [ -e ${D}/etc/terminfo/x/xterm-color ]
then
ln -sf xterm-color ${D}/etc/terminfo/x/xterm
fi