Browse Source

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
Matthew Burgess 17 years ago
parent
commit
b7e520014b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter06/linux-headers.xml

+ 1 - 1
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>