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:
-rwxr-xr-xbin/blender-thumbnailer.py (renamed from release/freedesktop/blender-thumbnailer.py)0
-rw-r--r--source/creator/CMakeLists.txt2
2 files changed, 1 insertions, 1 deletions
diff --git a/release/freedesktop/blender-thumbnailer.py b/bin/blender-thumbnailer.py
index 27d6259d172..27d6259d172 100755
--- a/release/freedesktop/blender-thumbnailer.py
+++ b/bin/blender-thumbnailer.py
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 3f62f4267a9..12bb371de63 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -200,7 +200,7 @@ IF(WITH_INSTALL)
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps
)
INSTALL(
- PROGRAMS ${CMAKE_SOURCE_DIR}/release/freedesktop/blender-thumbnailer.py
+ PROGRAMS ${CMAKE_SOURCE_DIR}/bin/blender-thumbnailer.py
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
)
INSTALL(