Hi,

I'm not sure if this is the correct forum for this, but in Beyond 
Linux From Scratch - Version 6.3-rc2, X Window System Components, it 
says this in the Xft Font Protocol section, for setting up dejavu fonts:


install -v -d -m755 /usr/share/fonts/dejavu &&
install -v -m644 *.ttf /usr/share/fonts/dejavu &&
fc-cache -v /usr/share/fonts/dejavu

I think the middle line should read:

install -v -m644 ttf/*.ttf /usr/share/fonts/dejavu &&

.. as the fonts are in the /ttf subdirectory when unpacked.


Regards
John

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to