In chapter 23. X Window System Environment, Xorg Fonts 
http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html
i found:


ln -svn $XORG_PREFIX/share/fonts/X11/fonts/OTF /usr/share/fonts/X11-OTF
&&
ln -svn $XORG_PREFIX/share/fonts/X11/fonts/TTF /usr/share/fonts/X11-TTF

I think that it should be

ln -svn $XORG_PREFIX/share/fonts/X11/OTF /usr/share/fonts/X11-OTF &&
ln -svn $XORG_PREFIX/share/fonts/X11/TTF /usr/share/fonts/X11-TTF

(without the second 'fonts' in path)
-- 
Best regards,
Tomasz Sekściński

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

Reply via email to