Fixed typos in GStreamer instructions (thanks, Matt)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3988 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-05-05 20:09:35 +00:00
parent 83f69e5da8
commit b737d714b8

View File

@ -86,7 +86,7 @@ make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install &amp;&amp;
chown -R root:root /usr/share/doc/gstreamer-&gstreamer-version;/*/html &amp;&amp;
chown -v -R root:root /usr/share/doc/gstreamer-&gstreamer-version;/*/html &amp;&amp;
gst-register</command></userinput></screen>
</sect2>
@ -105,11 +105,10 @@ files in <filename class="directory">/etc</filename>
instead of <filename class="directory">/usr/etc</filename>.</para>
<para><option>--disable-docs-build</option>: This switch prevents
the rebuilding of documentation during the <command>make</command>
command. Remove this switch if you have the listed dependencies
installed.</para>
building documentation during the <command>make</command> command. Remove
this switch if you have the listed dependencies installed.</para>
<para><command>chown -R root:root ...</command>: The documentation is
<para><command>chown -v -R root:root ...</command>: The documentation is
installed with ownerships of the user who untarred and built the package.
This command changes the ownerships of the installed documentation files to
root:root.</para>
@ -133,7 +132,8 @@ gst-xmlinspect, gst-xmlinspect-0.8</seg>
<seg>libgstcontrol-0.8.[so,a], libgstreamer-0.8.[so,a] and
libgst*.[so,a] plugin modules</seg>
<seg>/usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8,
/usr/share/doc/gstreamer-0.8.9, /usr/share/gtk-doc/html/gstreamer-0.8,
/usr/share/doc/gstreamer-&gstreamer-version;,
/usr/share/gtk-doc/html/gstreamer-0.8,
/usr/share/gtk-doc/html/gstreamer-libs-0.8 and /var/cache/gstreamer-0.8</seg>
</seglistitem>
</segmentedlist>