bootstrap: use better defaults for Haiku

These values are patched into that file by Haiku since 2.8.1.
This commit is contained in:
Rolf Eike Beer 2013-01-07 21:09:18 +01:00
parent c2cde7f104
commit ed96d9a605
1 changed files with 3 additions and 1 deletions

View File

@ -159,7 +159,9 @@ if ${cmake_system_mingw}; then
cmake_default_prefix="c:/Program Files/CMake"
fi
elif ${cmake_system_haiku}; then
cmake_default_prefix=`/bin/finddir B_COMMON_DIRECTORY`
cmake_default_prefix=`finddir B_COMMON_DIRECTORY`
cmake_man_dir="/documentation/man"
cmake_doc_dir="/documentation/doc/cmake-${cmake_version}"
else
cmake_default_prefix="/usr/local"
fi