ncurses: install headers to $SYSROOT_PREFIX

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-07-31 23:04:37 +02:00
parent 85c77b5252
commit ff1e176cc7

View File

@ -37,6 +37,7 @@ make -C progs tic
cp progs/tic $ROOT/$TOOLCHAIN/bin
cp lib/*.so* $ROOT/$TOOLCHAIN/lib
make -C include install
cd "$CWD"