06-blender-2.68-fix-install-rules.patch 740 B

123456789101112131415161718192021222324252627
  1. commit 94eed33f878e35a8c7b69b0c23b3b30026460f33
  2. Author: hasufell <hasufell@gentoo.org>
  3. Date: Fri Jul 19 18:50:08 2013 +0200
  4. remove stupid uninstall snippet
  5. whoever coded this... it is dangerous
  6. uninstall methods have NO PLACE in install rules
  7. diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
  8. index c84d944..2b9bf46 100644
  9. --- a/source/creator/CMakeLists.txt
  10. +++ b/source/creator/CMakeLists.txt
  11. @@ -268,12 +268,6 @@ endif()
  12. # Install Targets (Generic, All Platforms)
  13. -# important to make a clean install each time, else old scripts get loaded.
  14. -install(
  15. - CODE
  16. - "file(REMOVE_RECURSE ${TARGETDIR_VER})"
  17. -)
  18. -
  19. if(WITH_PYTHON)
  20. # install(CODE "message(\"copying blender scripts...\")")