diff options
Diffstat (limited to 'package/ncurses/Makefile')
-rw-r--r-- | package/ncurses/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index 2455c9a2f..2453064f5 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -83,7 +83,8 @@ libncurses-install: ${IDIR_LIBNCURSES}/usr/lib for ti in rxvt rxvt-unicode; do \ TERMINFO=${WRKINST}/usr/share/terminfo \ - tic -x ./files/$$ti.ti; \ + PATH=$(HOST_PATH) \ + tic$(EXEEXT) -x ./files/$$ti.ti; \ done ifeq (${ADK_PACKAGE_LIBNCURSES_FULL_TERMINFO},y) ${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/share |