aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-05-13 08:29:32 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-05-13 08:29:32 +0000
commite188d26d39563d06aea6c3195e272a3bb9cf5ccf (patch)
tree0464ee0d1d46f4bdd8da573a975454e8860004c3 /chapter06
parent2791a8e7e1b18544d90868c0e79c7f6457921192 (diff)
Fix list of installed Linux headers.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8126 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/linux-headers.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index 6622fc1a5..0ca639185 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -62,7 +62,7 @@ make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
<segtitle>Installed headers</segtitle>
<seglistitem>
- <seg>/usr/include/{asm,linux}/*.h</seg>
+ <seg>/usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h</seg>
</seglistitem>
</segmentedlist>
@@ -72,7 +72,7 @@ make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
<?dbhtml list-presentation="table"?>
<varlistentry id="linux-headers">
- <term><filename class="headerfile">/usr/include/{asm,linux}/*.h</filename></term>
+ <term><filename class="headerfile">/usr/include/{asm-generic,asm,linux,mtd,rdma,sound}/*.h</filename></term>
<listitem>
<para>The Linux API headers</para>
<indexterm zone="ch-system-linux-headers linux-headers">