summaryrefslogtreecommitdiff
blob: 9bf4f2b91f682b433d5064986667e8f8dba0a37b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/work/Blender-Exporter-3.3.0/__init__.py b/work/Blender-Exporter-3.3.0/__init__.py
index 85dc1c2..70a79e8 100644
--- a/__init__.py
+++ b/__init__.py
@@ -22,8 +22,8 @@ import sys
 import os
 import ctypes
 
-PLUGIN_PATH = os.path.join(__path__[0], 'bin', 'yafaray-plugins')
-BIN_PATH = os.path.join(__path__[0], 'bin')
+PLUGIN_PATH = '/usr/lib/yafaray-plugins'
+BIN_PATH = '/usr/bin'
 YAF_ID_NAME = "YAFA_V3_RENDER"
 
 # Version to be automatically populated during the cmake build process, getting the version from git tags