diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-05 09:48:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-05 09:48:52 +0000 |
commit | 7fc7a4c79aa25a140caacd5fa9f4e2350785e3a8 (patch) | |
tree | 77f3bb58da82dbd4bafefe6887f25cceb450ab8e /openwrt/package/ncurses/Makefile | |
parent | 483ce623eb33b680b1eaa918dfc69840ae90ee92 (diff) | |
download | mtk-20170518-7fc7a4c79aa25a140caacd5fa9f4e2350785e3a8.zip mtk-20170518-7fc7a4c79aa25a140caacd5fa9f4e2350785e3a8.tar.gz mtk-20170518-7fc7a4c79aa25a140caacd5fa9f4e2350785e3a8.tar.bz2 |
add vt102 terminfo file to ncurses package
SVN-Revision: 805
Diffstat (limited to 'openwrt/package/ncurses/Makefile')
-rw-r--r-- | openwrt/package/ncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ncurses/Makefile b/openwrt/package/ncurses/Makefile index 3591fa0..6b2d718 100644 --- a/openwrt/package/ncurses/Makefile +++ b/openwrt/package/ncurses/Makefile @@ -99,7 +99,7 @@ $(IPKG_LIBNCURSES): $(STAGING_DIR)/usr/lib/libncurses.so cp -fpR $(STAGING_DIR)/usr/lib/lib{ncurses,panel}*.so.* $(IDIR_LIBNCURSES)/usr/lib/ $(STRIP) $(IDIR_LIBNCURSES)/usr/lib/*.so* mkdir -p $(IDIR_LIBNCURSES)/usr/share/terminfo - for f in a/ansi d/dumb l/linux s/screen v/vt100 x/xterm x/xterm-color; do \ + for f in a/ansi d/dumb l/linux s/screen v/vt100 v/vt102 x/xterm x/xterm-color; do \ mkdir -p $(IDIR_LIBNCURSES)/usr/share/terminfo/`dirname $${f}`; \ cp -fpR \ $(PKG_BUILD_DIR)/install/usr/share/terminfo/$${f} \ |