]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-config.cc
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / lily / font-config.cc
index cbf77c7944d012c9186e50edb1c1dd7143a1f034..742887f6846efdb84ec21a2f3d6aa1abc133350f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "config.hh"
@@ -45,8 +45,8 @@ init_fontconfig ()
                        
   vector<string> dirs;
 
-  dirs.push_back (prefix_directory + "/fonts/otf/");
-  dirs.push_back (prefix_directory + "/fonts/type1/");
+  dirs.push_back (lilypond_datadir + "/fonts/otf/");
+  dirs.push_back (lilypond_datadir + "/fonts/type1/");
   
   for (vsize i = 0; i < dirs.size (); i++)
     {