Author: wblaszcz
Date: 2011-10-29 20:40:46 -0600 (Sat, 29 Oct 2011)
New Revision: 8923
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/sqlite.xml
Log:
Minor fixes to sqlite-3.7.8.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2011-10-28 18:57:13 UTC
(rev 8922)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2011-10-30 02:40:46 UTC
(rev 8923)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>October 29th, 2011</para>
+ <itemizedlist>
+ <listitem>
+ <para>[wblaszcz] - Minor fixes to sqlite-3.7.8.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>October 26th, 2011</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/databases/sqlite.xml
===================================================================
--- trunk/BOOK/server/databases/sqlite.xml 2011-10-28 18:57:13 UTC (rev
8922)
+++ trunk/BOOK/server/databases/sqlite.xml 2011-10-30 02:40:46 UTC (rev
8923)
@@ -93,7 +93,7 @@
<para>If you downloaded the optional documentation, issue the following
command to install the documentation into the source tree:</para>
-<screen><userinput>unzip -q
../sqlite_docs_&sqlite-docs-version;.zip</userinput></screen>
+<screen><userinput>unzip -q
../sqlite-doc-&sqlite-docs-version;.zip</userinput></screen>
<para>Install <application>SQLite</application> by running the following
commands:</para>
@@ -116,7 +116,7 @@
install it:</para>
<screen role="root"><userinput>install -v -m755 -d
/usr/share/doc/sqlite-&sqlite-version; &&
-cp -v -R sqlite-&sqlite-docs-version;-docs/* \
+cp -v -R sqlite-doc-&sqlite-docs-version;/* \
/usr/share/doc/sqlite-&sqlite-version;</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page