88f3e90
--- blender-2.81.old/source/blender/blenfont/intern/blf_font_i18n.c	2019-07-24 00:41:39.000000000 -0700
88f3e90
+++ blender-2.81/source/blender/blenfont/intern/blf_font_i18n.c	2019-07-31 19:55:46.069808055 -0700
88f3e90
@@ -50,7 +50,7 @@
88f3e90
 
88f3e90
 static void fontbuf_load(struct FontBuf *fb)
88f3e90
 {
88f3e90
-  const char *fontpath = BKE_appdir_folder_id(BLENDER_DATAFILES, "fonts");
88f3e90
+  const char *fontpath = "/usr/share/fonts/blender";
88f3e90
   if (fontpath) {
88f3e90
     char unifont_path[1024];
88f3e90
     BLI_snprintf(unifont_path, sizeof(unifont_path), "%s/%s", fontpath, fb->filename);
88f3e90
--- blender-2.81.old/source/creator/CMakeLists.txt	2019-07-24 00:41:39.000000000 -0700
88f3e90
+++ blender-2.81/source/creator/CMakeLists.txt	2019-08-05 17:38:34.223948608 -0700
88f3e90
@@ -393,9 +393,8 @@
88f3e90
 # localization
88f3e90
 if(WITH_INTERNATIONAL)
88f3e90
   install(
88f3e90
-    DIRECTORY
88f3e90
-      ${CMAKE_SOURCE_DIR}/release/datafiles/fonts
88f3e90
-    DESTINATION ${TARGETDIR_VER}/datafiles
88f3e90
+    DIRECTORY ${CMAKE_SOURCE_DIR}/release/datafiles/fonts/
88f3e90
+    DESTINATION ${CMAKE_INSTALL_PREFIX}/share/fonts/blender
88f3e90
   )
88f3e90
 
88f3e90
   set(_locale_dir "${CMAKE_SOURCE_DIR}/release/datafiles/locale")