Author: randy
Date: 2012-12-28 09:23:20 -0700 (Fri, 28 Dec 2012)
New Revision: 10897
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/gdk-pixbuf.xml
Log:
Updated the Gdk-Pixbuf instructions to correct a broken command
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-12-28 03:40:33 UTC (rev 10896)
+++ trunk/BOOK/general.ent 2012-12-28 16:23:20 UTC (rev 10897)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "27"> <!-- Always 2 digits -->
+<!ENTITY day "28"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "December 27th, &year;">
+<!ENTITY releasedate "December 28th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-12-28 03:40:33 UTC
(rev 10896)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-12-28 16:23:20 UTC
(rev 10897)
@@ -44,6 +44,16 @@
-->
<listitem>
+ <para>December 28th, 2012</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated the Gdk-Pixbuf instructions to correct a
+ broken command.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 27th, 2012</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/x/lib/gdk-pixbuf.xml
===================================================================
--- trunk/BOOK/x/lib/gdk-pixbuf.xml 2012-12-28 03:40:33 UTC (rev 10896)
+++ trunk/BOOK/x/lib/gdk-pixbuf.xml 2012-12-28 16:23:20 UTC (rev 10897)
@@ -132,13 +132,14 @@
<note>
<para>
- If you installed the package on to your system using a
- <quote>DESTDIR</quote> method, an important file was not installed and
- must be copied and/or generated. Generate it using the following
- command as the <systemitem class="username">root</systemitem> user:
+ If you installed the package on your system using a
+ <quote><envar>DESTDIR</envar></quote> method, an important file was not
+ installed and should be generated. Generate it using the following
+ commands as the <systemitem class="username">root</systemitem> user:
</para>
-<screen role="root"><userinput>gdk-pixbuf-query-loaders
--update-cache</userinput></screen>
+<screen role="root"><userinput>install -v -m755 -d /etc/gtk-2.0 &&
+gdk-pixbuf-query-loaders --update-cache >
/etc/gtk-2.0/gdk-pixbuf.loaders</userinput></screen>
</note>
</sect2>
@@ -155,7 +156,7 @@
<option>--with-libjasper</option>: If you've installed
<xref linkend="jasper"/> and you want
<application>Gdk Pixbuf</application> to use it to compile a
- JPEG2000 image loader, pass this switch to configure.
+ JPEG2000 image loader, pass this switch to <command>configure</command>.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page