[email protected] wrote:
The documentation to install dejavu fonts states: ---------------------------------------------------------------------------- As a font installation example, consider the installation of the DejaVu fonts. From the unpacked source directory, run the following commands as the |root| user install -v -d -m755 /usr/share/fonts/dejavu && install -v -m644 *.ttf /usr/share/fonts/dejavu && fc-cache -v /usr/share/fonts/dejavu ----------------------------------- The second line seems to imply the unpacked source directory is dejavu-fonts-ttf-2.37/ttf. Perhaps I don't understand, but isn't it dejavu-fonts-ttf-2.37? If so, should the line be 'install -v -m644 ttf/*.ttf /usr/share/fonts/dejavu &&'?
No. tar -xf dejavu-fonts-ttf-2.34.tar.bz2 cd dejavu-fonts-ttf-2.37 <------ Just like every other package. ... -- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
