Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-03-10 01:45:43 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-03-10 01:45:43 +0300
commit239a6f9de703b28565315869a32dcb753d519b56 (patch)
treec1fee2b6aee53fe1f88bd93adfbfbb80c429c5bf /source/creator
parent1110c80696ab98f7522b36ce797aa409ccc312a3 (diff)
Some small fixes to the install part for windows.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt10
1 files 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
)