aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-05-27 23:33:37 +0000
committerAlexander Neundorf <neundorf@kde.org>2008-05-27 23:33:37 +0000
commit0d4fbb6bfe527552c6515c3b8d2697ae3434f461 (patch)
treeba409bc7622fd30868c9a460667487492bf4b669
parent7fbeaf0032595d5dc342085e703fa04e4dd3b161 (diff)
downloadextra-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.cmake4
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")