diff options
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter06/kmod.xml | 2 | ||||
-rw-r--r-- | chapter06/xz.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
4 files changed, 15 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 310820403..c23d8eee9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 5ffe8d3ab..736e0d129 100644 --- a/chapter06/kmod.xml +++ b/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 diff --git a/chapter06/xz.xml b/chapter06/xz.xml index 48baad9e3..dd927d179 100644 --- a/chapter06/xz.xml +++ b/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> diff --git a/general.ent b/general.ent index a2de41857..e464f81cc 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "7.1"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |