diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-05-27 23:33:37 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-05-27 23:33:37 +0000 |
commit | 0d4fbb6bfe527552c6515c3b8d2697ae3434f461 (patch) | |
tree | ba409bc7622fd30868c9a460667487492bf4b669 | |
parent | 7fbeaf0032595d5dc342085e703fa04e4dd3b161 (diff) | |
download | extra-cmake-modules-0d4fbb6bfe527552c6515c3b8d2697ae3434f461.tar.gz extra-cmake-modules-0d4fbb6bfe527552c6515c3b8d2697ae3434f461.tar.bz2 |
-use /Applications/KDE4 (instead of /Applications/KDE ) as default install directory for application bundles on OSX
Alex
CCMAIL: rangerrick@gmail.com
svn path=/trunk/KDE/kdelibs/; revision=813534
-rw-r--r-- | modules/FindKDE4Internal.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 782d4a76..9e65c77e 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -77,7 +77,7 @@ # Under Windows they are always relative. # # BIN_INSTALL_DIR - the directory where executables will be installed (default is prefix/bin) -# BUNDLE_INSTALL_DIR - Mac only: the directory where application bundles will be installed (default is /Applications/KDE ) +# BUNDLE_INSTALL_DIR - Mac only: the directory where application bundles will be installed (default is /Applications/KDE4 ) # SBIN_INSTALL_DIR - the directory where system executables will be installed (default is prefix/sbin) # LIB_INSTALL_DIR - the directory where libraries will be installed (default is prefix/lib) # CONFIG_INSTALL_DIR - the config file install dir @@ -578,7 +578,7 @@ else (WIN32) endmacro(_SET_FANCY) if(APPLE) - set(BUNDLE_INSTALL_DIR "/Applications/KDE" CACHE PATH "Directory where application bundles will be installed to on OSX" ) + set(BUNDLE_INSTALL_DIR "/Applications/KDE4" CACHE PATH "Directory where application bundles will be installed to on OSX" ) endif(APPLE) _set_fancy(EXEC_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" "Base directory for executables and libraries") |