Fixed bug #1.

This commit is contained in:
Ricardo Martins 2014-08-10 19:49:09 +01:00
parent 9e3c75a0ab
commit 38c382470d

View File

@ -26,10 +26,12 @@ configure()
build() 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 $cmd_make
} }
host_install() host_install()
{ {
$cmd_make install $cmd_make DESTDIR="$cfg_dir_toolchain" install
} }