Author: bdubbs
Date: 2011-12-10 17:20:45 -0700 (Sat, 10 Dec 2011)
New Revision: 9094
Modified:
trunk/BOOK/x/installing/x7font.xml
Log:
Fix path to xorg fonts
Modified: trunk/BOOK/x/installing/x7font.xml
===================================================================
--- trunk/BOOK/x/installing/x7font.xml 2011-12-10 23:56:59 UTC (rev 9093)
+++ trunk/BOOK/x/installing/x7font.xml 2011-12-11 00:20:45 UTC (rev 9094)
@@ -110,9 +110,9 @@
running the following commands as the
<systemitem class="username">root</systemitem> user:</para>
-<screen role="root"><userinput>install -v -d -m755 /usr/share/fonts &&
-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</userinput></screen>
+<screen role="root"><userinput>install -v -d -m755 /usr/share/fonts
&&
+ln -svfn $XORG_PREFIX/share/fonts/X11/OTF /usr/share/fonts/X11-OTF &&
+ln -svfn $XORG_PREFIX/share/fonts/X11/TTF
/usr/share/fonts/X11-TTF</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page