diff options
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 331994975b..4d64f5ea20 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -151,7 +151,7 @@ shell_do_install() { | |||
151 | ln -sf xterm-color ${D}${sysconfdir}/terminfo/x/xterm | 151 | ln -sf xterm-color ${D}${sysconfdir}/terminfo/x/xterm |
152 | fi | 152 | fi |
153 | 153 | ||
154 | rm ${D}${libdir}/terminfo | 154 | rm -f ${D}${libdir}/terminfo |
155 | 155 | ||
156 | if [ "${PN}" = "ncurses" ]; then | 156 | if [ "${PN}" = "ncurses" ]; then |
157 | mv ${D}${bindir}/clear ${D}${bindir}/clear.${PN} | 157 | mv ${D}${bindir}/clear ${D}${bindir}/clear.${PN} |