From 9976bd7be6237d2abedc2ca88b191af9b6362ac2 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 5 May 2005 09:48:52 +0000 Subject: [PATCH] add vt102 terminfo file to ncurses package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@805 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/ncurses/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/ncurses/Makefile b/openwrt/package/ncurses/Makefile index 3591fa0c7..6b2d718c6 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} \ -- 2.20.1