diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-01-22 19:28:31 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-01-22 19:28:31 +0000 |
commit | b7e520014b07f6738313d06b78feabe561349c61 (patch) | |
tree | 95fe8453773bab5d9f9b198354d299657932aa63 /chapter06 | |
parent | c6d52ce7e5688d9b38b960c46f458d86719d8a6a (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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/linux-headers.xml | 2 |
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> |