mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ncurses: create xterm - terminfo files (needed for example by htop)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
06320c0c15
commit
ddfff1d6ce
@ -15,3 +15,7 @@
|
||||
mkdir -p $INSTALL/usr/share/terminfo/l
|
||||
TERMINFO=$INSTALL/usr/share/terminfo $ROOT/$TOOLCHAIN/bin/tic -xe linux \
|
||||
$PKG_BUILD/misc/terminfo.src
|
||||
|
||||
mkdir -p $INSTALL/usr/share/terminfo/x
|
||||
TERMINFO=$INSTALL/usr/share/terminfo $ROOT/$TOOLCHAIN/bin/tic -xe xterm \
|
||||
$PKG_BUILD/misc/terminfo.src
|
||||
|
Loading…
x
Reference in New Issue
Block a user