minor fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11167 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Krejzi 2013-05-09 20:47:58 +00:00
parent 90d2c306fb
commit 6c64623fb0
4 changed files with 12 additions and 3 deletions

View File

@ -126,6 +126,7 @@
<screen><userinput>cd unix &amp;&amp;
./configure --prefix=/usr \
--mandir=/usr/share/man \
--without-tzdata \
$([ $(uname -m) = x86_64 ] &amp;&amp; echo --enable-64bit) &amp;&amp;
make &amp;&amp;
@ -160,6 +161,12 @@ cp -v -r ../html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<option>--without-tzdata</option>: This switch prevents installation
of the shipped timezone data which are older than the ones provided
in LFS.
</para>
<para>
<parameter>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
--enable-64bit)</parameter>: This switch is used to enable 64 bit

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY fluxbox-download-http "&sourceforge-repo;/fluxbox/fluxbox-&fluxbox-version;.tar.bz2">
<!ENTITY fluxbox-download-ftp "&gentoo-ftp-repo;/fluxbox-&fluxbox-version;.tar.">
<!ENTITY fluxbox-download-ftp "&gentoo-ftp-repo;/fluxbox-&fluxbox-version;.tar.bz2">
<!ENTITY fluxbox-md5sum "f95b0bdb9ee41bfac124bd0fc601f248">
<!ENTITY fluxbox-size "776 KB">
<!ENTITY fluxbox-buildsize "135 MB">

View File

@ -36,7 +36,7 @@
<application>Mozilla</application> codebase.
</para>
&lfs72_checked;
&lfs73_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -104,6 +104,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="curl"/>,
<xref linkend="dbus-glib"/>,
<xref linkend="doxygen"/>,
<xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/>

View File

@ -37,7 +37,7 @@
Gecko rendering engine to enable it to display and compose HTML emails.
</para>
&lfs72_checked;
&lfs73_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -105,6 +105,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="curl"/>,
<xref linkend="dbus-glib"/>,
<xref linkend="doxygen"/>,
<xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/>