git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
@@ -40,6 +40,10 @@
<listitem>
<para>2009-11-21</para>
<itemizedlist>
+ <listitem>
+ <para>[matthew] Remove unneccessary .install and ..install.cmd
+ files that were being installed by the Linux headers.</para>
+ </listitem>
<para>[matthew] Upgraded to Coreutils-8.1. Fixes
<ulink url="&lfs-ticket-root;2518">#2518</ulink>.</para>
@@ -58,7 +58,8 @@
<screen><userinput remap="install">make headers_check
make INSTALL_HDR_PATH=dest headers_install
-cp -rv dest/include/* /usr/include</userinput></screen>
+cp -rv dest/include/* /usr/include
+find /usr/include -name .install -o -name ..install.cmd -delete</userinput></screen>
</sect2>