fixed mplayer fonts permissions and ln syntax

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1436 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2003-10-21 14:25:17 +00:00
parent ba4b44552f
commit 1b91c9e245
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ file to your <filename class="directory">~/.mplayer</filename> directory. For e
<screen><userinput><command>ln -sf /usr/X11R6/lib/X11/fonts/TTF/luxisri.ttf ~/.mplayer/subfont.ttf
</command></userinput></screen>
otherwise
<screen><userinput><command>ln -sf ../font-arial-<replaceable>[font size]</replaceable>-iso-8859-1/* /usr/share/mplayer/font</command></userinput></screen>
<screen><userinput><command>ln -sf /usr/share/mplayer/font/font-arial-<replaceable>[font size]</replaceable>-iso-8859-1/* /usr/share/mplayer/font</command></userinput></screen>
You can chose your font size of 14, 18, 24 or 28.
</para>

View File

@ -20,8 +20,8 @@ tar xjvf ../default-1.7.tar.bz2 -C /usr/share/mplayer/Skin
<para>If <application>FreeType</application> is in use, the only advantage of prerendered fonts is
that they are faster. Install them like this:</para>
<screen><userinput><command>tar xjvf ../font-arial-iso-8859-1.tar.bz2 -C /usr/share/mplayer/font
</command></userinput></screen>
<screen><userinput><command>tar xjvf ../font-arial-iso-8859-1.tar.bz2 -C /usr/share/mplayer/font &amp;&amp;
chown -R root:root /usr/share/mplayer/font</command></userinput></screen>
<sect3>
<title>Installation for <acronym>DVD</acronym> playback</title>