From 0a2e485926b6bbeb866da107260030c7cbffa291 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 18 Jul 2010 11:46:25 +0000 Subject: [PATCH] move the thumbnailer to bin/ --- {release/freedesktop => bin}/blender-thumbnailer.py | 0 source/creator/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {release/freedesktop => bin}/blender-thumbnailer.py (100%) diff --git a/release/freedesktop/blender-thumbnailer.py b/bin/blender-thumbnailer.py similarity index 100% rename from release/freedesktop/blender-thumbnailer.py rename to 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(