diff options
| author | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2007-07-23 19:33:02 +0000 | 
|---|---|---|
| committer | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2007-07-23 19:33:02 +0000 | 
| commit | 5483186e8c8430eb363fb4ac631bae9aa74e9e40 (patch) | |
| tree | 2958767a0aeb24f9970fbb464ee44894a34cf506 | |
| parent | 4d9d2a83f64120ba95d1726c1a922c2004a3c85d (diff) | |
| download | extra-cmake-modules-5483186e8c8430eb363fb4ac631bae9aa74e9e40.tar.gz extra-cmake-modules-5483186e8c8430eb363fb4ac631bae9aa74e9e40.tar.bz2 | |
ok, this is a hack to make update-mime-database work again. We need to find a better solution with all those paths...
CCMAIL: kde-windows@kde.org
svn path=/trunk/KDE/kdelibs/; revision=691498
| -rw-r--r-- | modules/FindKDE4Internal.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 95189c87..f5d606fe 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -306,7 +306,7 @@ endmacro(_SET_FANCY)  if (WIN32)      # use relative install prefix to avoid hardcoded install pathes in cmake_install.cmake files     _set_fancy(EXEC_INSTALL_PREFIX  ""                                        "Base directory for executables and libraries") -   _set_fancy(SHARE_INSTALL_PREFIX "share"                                   "Base directory for files which go to share/") +   _set_fancy(SHARE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/share"           "Base directory for files which go to share/")     _set_fancy(BIN_INSTALL_DIR      "bin"                                     "The install dir for executables (default ${EXEC_INSTALL_PREFIX}/bin)")     _set_fancy(SBIN_INSTALL_DIR     "sbin"                                    "The install dir for system executables (default ${EXEC_INSTALL_PREFIX}/sbin)")     _set_fancy(LIB_INSTALL_DIR      "lib${LIB_SUFFIX}"                        "The subdirectory relative to the install prefix where libraries will be installed (default is ${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX})") | 
