aboutsummaryrefslogtreecommitdiffstats
path: root/package/ncurses/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-05 09:48:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-05 09:48:52 +0000
commit4d6b0e9a2732a88d5213b2664c45bed512cbe4b4 (patch)
tree5ce962fa29cdc59f35baaea50fa131f3e3a8bb66 /package/ncurses/Makefile
parent1d40c5ccec31cc9d7e9ec21c5d5c4df2fd61a76b (diff)
downloadupstream-4d6b0e9a2732a88d5213b2664c45bed512cbe4b4.tar.gz
upstream-4d6b0e9a2732a88d5213b2664c45bed512cbe4b4.tar.bz2
upstream-4d6b0e9a2732a88d5213b2664c45bed512cbe4b4.zip
add vt102 terminfo file to ncurses package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@805 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ncurses/Makefile')
-rw-r--r--package/ncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index 3591fa0c7b..6b2d718c66 100644
--- a/package/ncurses/Makefile
+++ b/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} \