Changeset f365e1e


Ignore:
Timestamp:
02/05/2012 09:18:15 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
46b7d91
Parents:
2f0d64d
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2f0d64d rf365e1e  
    3737
    3838-->
     39
     40    <listitem>
     41      <para>2012-02-05</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[matthew] - Install Kmod's and Xz's pkgconfig files in
     45          the standard location.  Thanks to John Burrell and Bryan for the
     46          original reports and Ken for the suggested fix.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
    3950
    4051    <listitem>
  • chapter06/kmod.xml

    r2f0d64d rf365e1e  
    7777    </para>
    7878
    79 <screen><userinput remap="install">make install
     79<screen><userinput remap="install">make pkgconfigdir=/usr/lib/pkgconfig install
    8080for target in depmod insmod modinfo modprobe rmmod; do
    8181  ln -sv ../bin/kmod /sbin/$target
  • chapter06/xz.xml

    r2f0d64d rf365e1e  
    5959  <para>Install the package:</para>
    6060
    61 <screen><userinput remap="install">make install</userinput></screen>
     61<screen><userinput remap="install">make pkgconfigdir=/usr/lib/pkgconfig install</userinput></screen>
    6262
    6363  </sect2>
  • general.ent

    r2f0d64d rf365e1e  
    1 <!ENTITY version "SVN-20120204">
    2 <!ENTITY releasedate "Feb 4, 2012">
     1<!ENTITY version "SVN-20120205">
     2<!ENTITY releasedate "Feb 5, 2012">
    33<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.1">
Note: See TracChangeset for help on using the changeset viewer.