mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
83f69e5da8
commit
b737d714b8
@ -86,7 +86,7 @@ make</command></userinput></screen>
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install &&
|
||||
chown -R root:root /usr/share/doc/gstreamer-&gstreamer-version;/*/html &&
|
||||
chown -v -R root:root /usr/share/doc/gstreamer-&gstreamer-version;/*/html &&
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user