From 239a6f9de703b28565315869a32dcb753d519b56 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 9 Mar 2011 22:45:43 +0000 Subject: [PATCH] Some small fixes to the install part for windows. --- source/creator/CMakeLists.txt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 101da571ad6..f22e55204f2 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -344,7 +344,7 @@ if(WITH_INSTALL) install( # same as linux!, deduplicate DIRECTORY ${CMAKE_SOURCE_DIR}/release/text/ - DESTINATION ${TARGETDIR_VER}/../ + DESTINATION ${TARGETDIR}/ PATTERN ".svn" EXCLUDE ) @@ -379,13 +379,7 @@ if(WITH_INSTALL) install( # same as linux!, deduplicate DIRECTORY ${CMAKE_SOURCE_DIR}/release/bin/.blender/locale/ - DESTINATION ${CMAKE_INSTALL_PREFIX}/share/blender/${BLENDER_VERSION}/datafiles/locale - PATTERN ".svn" EXCLUDE - ) - - install( # same as linux!, deduplicate - DIRECTORY ${CMAKE_SOURCE_DIR}/release/text/ - DESTINATION ${TARGETDIR_VER}/../ + DESTINATION ${TARGETDIR_VER}/datafiles/locale PATTERN ".svn" EXCLUDE )