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
This commit is contained in:
Matthew Burgess 2008-01-22 19:28:31 +00:00
parent c6d52ce7e5
commit b7e520014b

View File

@ -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>