From 5483186e8c8430eb363fb4ac631bae9aa74e9e40 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Mon, 23 Jul 2007 19:33:02 +0000 Subject: 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 --- modules/FindKDE4Internal.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})") -- cgit v1.2.1