From 71f19f88bc34c0aae0dab549d0e221fba8562df5 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 21 Nov 2009 11:11:39 +0000 Subject: Remove unneccessary files installed by Linux headers. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/linux-headers.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index d77cc7c4d..51f2e4eba 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -58,7 +58,8 @@ make headers_check make INSTALL_HDR_PATH=dest headers_install -cp -rv dest/include/* /usr/include +cp -rv dest/include/* /usr/include +find /usr/include -name .install -o -name ..install.cmd -delete -- cgit v1.2.3-54-g00ecf