559f96f
diff -uNr blender-2.78c.orig/source/blender/blenfont/intern/blf_font_i18n.c blender-2.78c/source/blender/blenfont/intern/blf_font_i18n.c
559f96f
--- blender-2.78c.orig/source/blender/blenfont/intern/blf_font_i18n.c	2017-02-13 06:08:03.000000000 -0800
559f96f
+++ blender-2.78c/source/blender/blenfont/intern/blf_font_i18n.c	2017-03-11 21:25:50.361053885 -0800
00ebb6d
@@ -57,7 +57,7 @@
Jochen Schmitt 0d88b50
 {
Jochen Schmitt 0d88b50
 #ifdef WITH_INTERNATIONAL
Jochen Schmitt 0d88b50
 	if (unifont_ttf == NULL) {
Jochen Schmitt 0d88b50
-		const char * const fontpath = BKE_appdir_folder_id(BLENDER_DATAFILES, "fonts");
55d4216
+		const char * const fontpath = "/usr/share/fonts/blender";
Jochen Schmitt 0d88b50
 		if (fontpath) {
Jochen Schmitt 0d88b50
 			char unifont_path[1024];
Jochen Schmitt 0d88b50
 
00ebb6d
@@ -92,7 +92,7 @@
Jochen Schmitt 0d88b50
 {
Jochen Schmitt 0d88b50
 #ifdef WITH_INTERNATIONAL
Jochen Schmitt 0d88b50
 	if (unifont_mono_ttf == NULL) {
Jochen Schmitt 0d88b50
-		const char *fontpath = BKE_appdir_folder_id(BLENDER_DATAFILES, "fonts");
55d4216
+		const char * const fontpath = "/usr/share/fonts/blender";
Jochen Schmitt 0d88b50
 		if (fontpath) {
Jochen Schmitt 0d88b50
 			char unifont_path[1024];
Jochen Schmitt 0d88b50
 
559f96f
diff -uNr blender-2.78c.orig/source/creator/CMakeLists.txt blender-2.78c/source/creator/CMakeLists.txt
559f96f
--- blender-2.78c.orig/source/creator/CMakeLists.txt	2017-02-24 06:09:19.000000000 -0800
559f96f
+++ blender-2.78c/source/creator/CMakeLists.txt	2017-03-13 10:59:14.815315973 -0700
559f96f
@@ -370,9 +370,8 @@
559f96f
 # localization
559f96f
 if(WITH_INTERNATIONAL)
ab36a12
 	install(
559f96f
-		DIRECTORY
559f96f
-			${CMAKE_SOURCE_DIR}/release/datafiles/fonts
ab36a12
-		DESTINATION ${TARGETDIR_VER}/datafiles
55d4216
+		DIRECTORY ${CMAKE_SOURCE_DIR}/release/datafiles/fonts/
ab36a12
+		DESTINATION ${CMAKE_INSTALL_PREFIX}/share/fonts/blender
ab36a12
 	)
ab36a12
 
ab36a12
 	set(_locale_dir "${CMAKE_SOURCE_DIR}/release/datafiles/locale")