mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ncurses: create ncurses5-config and ncurses6-config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
57807e4094
commit
02986bff48
@ -86,6 +86,8 @@ post_makeinstall_target() {
|
||||
cp misc/ncurses-config $ROOT/$TOOLCHAIN/bin
|
||||
chmod +x $ROOT/$TOOLCHAIN/bin/ncurses-config
|
||||
$SED "s:\(['=\" ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" $ROOT/$TOOLCHAIN/bin/ncurses-config
|
||||
ln -sf ncurses-config $ROOT/$TOOLCHAIN/bin/ncurses5-config
|
||||
ln -sf ncurses5-config $ROOT/$TOOLCHAIN/bin/ncurses6-config
|
||||
|
||||
rm -rf $INSTALL/usr/bin/ncurses*-config
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user