1
0
Эх сурвалжийг харах

Install Kmod's and Xz's pkgconfig files in the correct location.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 13 жил өмнө
parent
commit
f365e1e8c6

+ 11 - 0
chapter01/changelog.xml

@@ -37,6 +37,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>

+ 1 - 1
chapter06/kmod.xml

@@ -76,7 +76,7 @@ zlib_LIBS="-L/lib -lz"          \
     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

+ 1 - 1
chapter06/xz.xml

@@ -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>
 

+ 2 - 2
general.ent

@@ -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 &ndash; -->
 <!ENTITY milestone "7.1">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->