projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5701c
)
add vt102 terminfo file to ncurses package
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 May 2005 09:48:52 +0000
(09:48 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 May 2005 09:48:52 +0000
(09:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@805
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ncurses/Makefile
patch
|
blob
|
history
diff --git
a/package/ncurses/Makefile
b/package/ncurses/Makefile
index
3591fa0
..
6b2d718
100644
(file)
--- 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} \
This page took
0.02617 seconds
and
4
git commands to generate.