mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add vt102 terminfo file to ncurses package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@805 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2cc0ffcbb8
commit
a799cf1950
@ -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} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user