[Cmake-commits] [cmake-commits] king committed bootstrap 1.127 1.128

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 30 08:31:57 EDT 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv3246

Modified Files:
	bootstrap 
Log Message:
Fix default install prefix on Haiku

Since Haiku does not have /usr (and therefore /usr/local), this commit
changes the default install prefix to the equivalent directory of
/boot/common.

See issue #9607.


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.127
retrieving revision 1.128
diff -C 2 -d -r1.127 -r1.128
*** bootstrap	28 Sep 2009 15:41:53 -0000	1.127
--- bootstrap	30 Sep 2009 12:31:53 -0000	1.128
***************
*** 132,135 ****
--- 132,137 ----
      cmake_default_prefix="c:/Program Files/CMake"
    fi
+ elif ${cmake_system_haiku}; then
+   cmake_default_prefix=`/bin/finddir B_COMMON_DIRECTORY`
  else
    cmake_default_prefix="/usr/local"



More information about the Cmake-commits mailing list