Author: matthew
Date: 2012-02-05 14:18:15 -0700 (Sun, 05 Feb 2012)
New Revision: 9729
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/kmod.xml
trunk/BOOK/chapter06/xz.xml
trunk/BOOK/general.ent
Log:
Install Kmod's and Xz's pkgconfig files in the correct location.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-02-05 06:05:45 UTC (rev 9728)
+++ trunk/BOOK/chapter01/changelog.xml 2012-02-05 21:18:15 UTC (rev 9729)
@@ -38,6 +38,17 @@
-->
<listitem>
+ <para>2012-02-05</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Install Kmod's and Xz's pkgconfig files in
+ the standard location. Thanks to John Burrell and Bryan for the
+ original reports and Ken for the suggested fix.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2012-02-04</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/kmod.xml
===================================================================
--- trunk/BOOK/chapter06/kmod.xml 2012-02-05 06:05:45 UTC (rev 9728)
+++ trunk/BOOK/chapter06/kmod.xml 2012-02-05 21:18:15 UTC (rev 9729)
@@ -76,7 +76,7 @@
Module-Init-Tools, the package that previously handled Linux kernel
modules:
</para>
-<screen><userinput remap="install">make install
+<screen><userinput remap="install">make pkgconfigdir=/usr/lib/pkgconfig install
for target in depmod insmod modinfo modprobe rmmod; do
ln -sv ../bin/kmod /sbin/$target
done
Modified: trunk/BOOK/chapter06/xz.xml
===================================================================
--- trunk/BOOK/chapter06/xz.xml 2012-02-05 06:05:45 UTC (rev 9728)
+++ trunk/BOOK/chapter06/xz.xml 2012-02-05 21:18:15 UTC (rev 9729)
@@ -58,7 +58,7 @@
<para>Install the package:</para>
-<screen><userinput remap="install">make install</userinput></screen>
+<screen><userinput remap="install">make pkgconfigdir=/usr/lib/pkgconfig
install</userinput></screen>
</sect2>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-02-05 06:05:45 UTC (rev 9728)
+++ trunk/BOOK/general.ent 2012-02-05 21:18:15 UTC (rev 9729)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120204">
-<!ENTITY releasedate "Feb 4, 2012">
+<!ENTITY version "SVN-20120205">
+<!ENTITY releasedate "Feb 5, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page