aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2008-01-22 19:28:31 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2008-01-22 19:28:31 +0000
commitb7e520014b07f6738313d06b78feabe561349c61 (patch)
tree95fe8453773bab5d9f9b198354d299657932aa63
parentc6d52ce7e5688d9b38b960c46f458d86719d8a6a (diff)
Add /usr/include/video to the list of installed files for the Linux headers. Thanks to Clyde Forrester for the report.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8459 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/linux-headers.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index b50b02398..9d0d2143a 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -84,7 +84,7 @@ cp -rv dest/include/* /usr/include</userinput></screen>
<para>The Linux API headers</para>
<indexterm zone="ch-system-linux-headers linux-headers">
<!-- No /*.h here to prevent a PDF line overflow -->
- <primary sortas="e-/usr/include/{asm{,-generic},linux,mtd,rdma,sound}">/usr/include/{asm{,-generic},linux,mtd,rdma,sound}</primary>
+ <primary sortas="e-/usr/include/{asm{,-generic},linux,mtd,rdma,sound}">/usr/include/{asm{,-generic},linux,mtd,rdma,sound,video}</primary>
</indexterm>
</listitem>
</varlistentry>