ncurses: Install xterm-256color
Based on a patch by Jonathan Bennett <jbscience87@gmail.com> SVN-Revision: 41212
This commit is contained in:
		@@ -101,7 +101,7 @@ ifneq ($(HOST_OS),FreeBSD)
 | 
				
			|||||||
			mv $$$$dir $$$$(echo -ne "\x$$$$dir"); \
 | 
								mv $$$$dir $$$$(echo -ne "\x$$$$dir"); \
 | 
				
			||||||
		done \
 | 
							done \
 | 
				
			||||||
	)
 | 
						)
 | 
				
			||||||
	for file in a/ansi d/dumb l/linux r/rxvt r/rxvt-unicode s/screen v/vt100 v/vt102 x/xterm x/xterm-color; do \
 | 
						for file in a/ansi d/dumb l/linux r/rxvt r/rxvt-unicode s/screen v/vt100 v/vt102 x/xterm x/xterm-color x/xterm-256color; do \
 | 
				
			||||||
		$(INSTALL_DIR) $(1)/usr/share/terminfo/`dirname $$$$file`; \
 | 
							$(INSTALL_DIR) $(1)/usr/share/terminfo/`dirname $$$$file`; \
 | 
				
			||||||
		$(CP) $(PKG_INSTALL_DIR)/usr/share/terminfo/$$$$file \
 | 
							$(CP) $(PKG_INSTALL_DIR)/usr/share/terminfo/$$$$file \
 | 
				
			||||||
			$(1)/usr/share/terminfo/$$$$file; \
 | 
								$(1)/usr/share/terminfo/$$$$file; \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user