blender patches
This commit is contained in:
25
blender-patches/0001-install_in_usr_share.patch
Normal file
25
blender-patches/0001-install_in_usr_share.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
From: "Matteo F. Vescovi" <mfv@debian.org>
|
||||
Date: Sun, 28 Jul 2019 14:54:30 +0200
|
||||
Subject: install_in_usr_share
|
||||
|
||||
* Arch-specific files go to /usr/share
|
||||
* Make blender look for systemdir into /usr/share
|
||||
---
|
||||
source/creator/CMakeLists.txt | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
|
||||
index 816d3a6..ed03aac 100644
|
||||
--- a/source/creator/CMakeLists.txt
|
||||
+++ b/source/creator/CMakeLists.txt
|
||||
@@ -383,8 +383,8 @@ if(WITH_PYTHON)
|
||||
endif()
|
||||
|
||||
install(
|
||||
- DIRECTORY ${CMAKE_SOURCE_DIR}/release/scripts
|
||||
- DESTINATION ${TARGETDIR_VER}
|
||||
+ DIRECTORY ${CMAKE_SOURCE_DIR}/release/scripts/
|
||||
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/blender/scripts/
|
||||
PATTERN ".git" EXCLUDE
|
||||
PATTERN ".gitignore" EXCLUDE
|
||||
PATTERN ".arcconfig" EXCLUDE
|
||||
Reference in New Issue
Block a user