Fixed bug #1.
This commit is contained in:
parent
9e3c75a0ab
commit
38c382470d
@ -26,10 +26,12 @@ configure()
|
||||
|
||||
build()
|
||||
{
|
||||
# Remove the trailling 'ncurses' folder from the CURSES_INCLUDE_PATH
|
||||
cat CMakeCache.txt | sed '/^CURSES_INCLUDE_PATH/s/\/ncurses$/\//g' > CMakeCache.txt &&
|
||||
$cmd_make
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
$cmd_make install
|
||||
$cmd_make DESTDIR="$cfg_dir_toolchain" install
|
||||
}
|
||||
|
Reference in New Issue
Block a user